Lines Matching refs:DRMPlane

274     unique_ptr<DRMPlane> plane(new DRMPlane(fd_, i));  in Init()
399 DRMPlane::DRMPlane(int fd, uint32_t priority) in DRMPlane() function in sde_drm::DRMPlane
402 DRMPlane::~DRMPlane() { in ~DRMPlane()
406 void DRMPlane::GetTypeInfo(const PropertyMap &prop_map) { in GetTypeInfo()
517 void DRMPlane::ParseProperties() { in ParseProperties()
614 void DRMPlane::InitAndParse(drmModePlane *plane) { in InitAndParse()
623 bool DRMPlane::ConfigureScalerLUT(uint32_t dir_lut_blob_id, in ConfigureScalerLUT()
642 void DRMPlane::SetExclRect(DRMRect rect) { in SetExclRect()
653 bool DRMPlane::SetCscConfig(DRMCscType csc_type) { in SetCscConfig()
677 bool DRMPlane::SetScalerConfig(uint64_t handle) { in SetScalerConfig()
699 void DRMPlane::SetDecimation(DRMProperty prop, uint32_t prop_value) { in SetDecimation()
715 void DRMPlane::PostValidate(uint32_t crtc_id) { in PostValidate()
722 void DRMPlane::PostCommit(uint32_t crtc_id, bool success) { in PostCommit()
757 void DRMPlane::Perform(DRMOps code, drmModeAtomicReq *req, va_list args) { in Perform()
945 void DRMPlane::UpdatePPLutFeatureInuse(DRMPPFeatureInfo *data) { in UpdatePPLutFeatureInuse()
974 void DRMPlane::PerformWrapper(DRMOps code, drmModeAtomicReq *req, ...) { in PerformWrapper()
981 void DRMPlane::Dump() { in Dump()
993 void DRMPlane::SetMultiRectMode(DRMMultiRectMode drm_multirect_mode) { in SetMultiRectMode()
1017 void DRMPlane::Unset(bool is_commit, drmModeAtomicReq *req) { in Unset()
1040 bool DRMPlane::SetDgmCscConfig(uint64_t handle) { in SetDgmCscConfig()
1060 void DRMPlane::ResetColorLUTs(bool is_commit, drmModeAtomicReq *req) { in ResetColorLUTs()
1071 void DRMPlane::ResetColorLUTState(DRMTonemapLutType lut_type, bool is_commit, in ResetColorLUTState()
1126 void DRMPlane::ResetColorLUT(DRMPPFeatureID id, drmModeAtomicReq *req) { in ResetColorLUT()