Searched refs:GetCrtcProperty (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmcrtc.cpp | 35 int ret = drm_->GetCrtcProperty(*this, "ACTIVE", &active_property_); in Init() 41 ret = drm_->GetCrtcProperty(*this, "MODE_ID", &mode_property_); in Init() 47 ret = drm_->GetCrtcProperty(*this, "OUT_FENCE_PTR", &out_fence_ptr_property_); in Init() 53 if (drm_->GetCrtcProperty(*this, "partial_region", &partial_region_property_)) in Init() 56 if (drm_->GetCrtcProperty(*this, "cgc_lut", &cgc_lut_property_)) in Init() 58 if (drm_->GetCrtcProperty(*this, "DEGAMMA_LUT", °amma_lut_property_)) in Init() 60 if (drm_->GetCrtcProperty(*this, "DEGAMMA_LUT_SIZE", °amma_lut_size_property_)) in Init() 62 if (drm_->GetCrtcProperty(*this, "GAMMA_LUT", &gamma_lut_property_)) in Init() 64 if (drm_->GetCrtcProperty(*this, "GAMMA_LUT_SIZE", &gamma_lut_size_property_)) in Init() 66 if (drm_->GetCrtcProperty(*this, "linear_matrix", &linear_matrix_property_)) in Init() [all …]
|
D | drmdevice.cpp | 506 int DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, in GetCrtcProperty() function in android::DrmDevice
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | drmdevice.h | 68 int GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name,
|