Lines Matching refs:GetCrtcProperty
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()
68 if (drm_->GetCrtcProperty(*this, "gamma_matrix", &gamma_matrix_property_)) in Init()
70 if (drm_->GetCrtcProperty(*this, "force_bpc", &force_bpc_property_)) in Init()
72 if (drm_->GetCrtcProperty(*this, "disp_dither", &disp_dither_property_)) in Init()
74 if (drm_->GetCrtcProperty(*this, "cgc_dither", &cgc_dither_property_)) in Init()
76 if (drm_->GetCrtcProperty(*this, "adjusted_vblank", &adjusted_vblank_property_)) in Init()
78 if (drm_->GetCrtcProperty(*this, "ppc", &ppc_property_)) in Init()
80 if (drm_->GetCrtcProperty(*this, "max_disp_freq", &max_disp_freq_property_)) in Init()
82 if (drm_->GetCrtcProperty(*this, "dqe_enabled", &dqe_enabled_property_)) in Init()
84 if (drm_->GetCrtcProperty(*this, "color mode", &color_mode_property_)) in Init()