Lines Matching refs:DRMPlane
311 unique_ptr<DRMPlane> plane(new DRMPlane(fd_, i)); in Init()
429 DRMPlane::DRMPlane(int fd, uint32_t priority) in DRMPlane() function in sde_drm::DRMPlane
432 DRMPlane::~DRMPlane() { in ~DRMPlane()
436 void DRMPlane::GetTypeInfo(const PropertyMap &prop_map) { in GetTypeInfo()
547 void DRMPlane::ParseProperties() { in ParseProperties()
644 void DRMPlane::InitAndParse(drmModePlane *plane) { in InitAndParse()
653 bool DRMPlane::ConfigureScalerLUT(uint32_t dir_lut_blob_id, in ConfigureScalerLUT()
672 void DRMPlane::SetExclRect(DRMRect rect) { in SetExclRect()
683 bool DRMPlane::SetCscConfig(DRMCscType csc_type) { in SetCscConfig()
707 bool DRMPlane::SetScalerConfig(uint64_t handle) { in SetScalerConfig()
729 void DRMPlane::SetDecimation(DRMProperty prop, uint32_t prop_value) { in SetDecimation()
745 void DRMPlane::PostValidate(uint32_t crtc_id) { in PostValidate()
752 void DRMPlane::PostCommit(uint32_t crtc_id, bool success) { in PostCommit()
787 void DRMPlane::Perform(DRMOps code, drmModeAtomicReq *req, va_list args) { in Perform()
975 void DRMPlane::UpdatePPLutFeatureInuse(DRMPPFeatureInfo *data) { in UpdatePPLutFeatureInuse()
1004 void DRMPlane::PerformWrapper(DRMOps code, drmModeAtomicReq *req, ...) { in PerformWrapper()
1011 void DRMPlane::Dump() { in Dump()
1023 void DRMPlane::SetMultiRectMode(DRMMultiRectMode drm_multirect_mode) { in SetMultiRectMode()
1047 void DRMPlane::Unset(bool is_commit, drmModeAtomicReq *req) { in Unset()
1070 bool DRMPlane::SetDgmCscConfig(uint64_t handle) { in SetDgmCscConfig()
1090 void DRMPlane::ResetColorLUTs(bool is_commit, drmModeAtomicReq *req) { in ResetColorLUTs()
1101 void DRMPlane::ResetColorLUTState(DRMTonemapLutType lut_type, bool is_commit, in ResetColorLUTState()
1156 void DRMPlane::ResetColorLUT(DRMPPFeatureID id, drmModeAtomicReq *req) { in ResetColorLUT()