Lines Matching refs:GetPlaneProperty
41 int ret = drm_->GetPlaneProperty(*this, "type", &p); in Init()
64 ret = drm_->GetPlaneProperty(*this, "CRTC_ID", &crtc_property_); in Init()
70 ret = drm_->GetPlaneProperty(*this, "FB_ID", &fb_property_); in Init()
76 ret = drm_->GetPlaneProperty(*this, "CRTC_X", &crtc_x_property_); in Init()
82 ret = drm_->GetPlaneProperty(*this, "CRTC_Y", &crtc_y_property_); in Init()
88 ret = drm_->GetPlaneProperty(*this, "CRTC_W", &crtc_w_property_); in Init()
94 ret = drm_->GetPlaneProperty(*this, "CRTC_H", &crtc_h_property_); in Init()
100 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init()
106 ret = drm_->GetPlaneProperty(*this, "SRC_Y", &src_y_property_); in Init()
112 ret = drm_->GetPlaneProperty(*this, "SRC_W", &src_w_property_); in Init()
118 ret = drm_->GetPlaneProperty(*this, "SRC_H", &src_h_property_); in Init()
124 ret = drm_->GetPlaneProperty(*this, "zpos", &zpos_property_); in Init()
128 ret = drm_->GetPlaneProperty(*this, "rotation", &rotation_property_); in Init()
132 ret = drm_->GetPlaneProperty(*this, "alpha", &alpha_property_); in Init()
136 ret = drm_->GetPlaneProperty(*this, "pixel blend mode", &blend_property_); in Init()
140 ret = drm_->GetPlaneProperty(*this, "IN_FENCE_FD", &in_fence_fd_property_); in Init()
144 ret = drm_->GetPlaneProperty(*this, "standard", &standard_); in Init()
148 ret = drm_->GetPlaneProperty(*this, "transfer", &transfer_); in Init()
152 ret = drm_->GetPlaneProperty(*this, "range", &range_); in Init()
156 ret = drm_->GetPlaneProperty(*this, "max_luminance", &max_luminance_); in Init()
160 ret = drm_->GetPlaneProperty(*this, "min_luminance", &min_luminance_); in Init()
164 ret = drm_->GetPlaneProperty(*this, "hw restrictions", &hw_restrictions_); in Init()
168 if (drm_->GetPlaneProperty(*this, "eotf_lut", &eotf_lut_)) in Init()
170 if (drm_->GetPlaneProperty(*this, "oetf_lut", &oetf_lut_)) in Init()
172 if (drm_->GetPlaneProperty(*this, "gammut_matrix", &gammut_matrix_)) in Init()
174 if (drm_->GetPlaneProperty(*this, "tone_mapping", &tone_mapping_)) in Init()
177 if (drm_->GetPlaneProperty(*this, "colormap", &colormap_)) in Init()