Lines Matching refs:drm_
31 : drm_(drm), id_(p->plane_id), possible_crtc_mask_(p->possible_crtcs) { in DrmPlane()
40 int ret = drm_->GetPlaneProperty(*this, "type", &p); in Init()
63 ret = drm_->GetPlaneProperty(*this, "CRTC_ID", &crtc_property_); in Init()
69 ret = drm_->GetPlaneProperty(*this, "FB_ID", &fb_property_); in Init()
75 ret = drm_->GetPlaneProperty(*this, "CRTC_X", &crtc_x_property_); in Init()
81 ret = drm_->GetPlaneProperty(*this, "CRTC_Y", &crtc_y_property_); in Init()
87 ret = drm_->GetPlaneProperty(*this, "CRTC_W", &crtc_w_property_); in Init()
93 ret = drm_->GetPlaneProperty(*this, "CRTC_H", &crtc_h_property_); in Init()
99 ret = drm_->GetPlaneProperty(*this, "SRC_X", &src_x_property_); in Init()
105 ret = drm_->GetPlaneProperty(*this, "SRC_Y", &src_y_property_); in Init()
111 ret = drm_->GetPlaneProperty(*this, "SRC_W", &src_w_property_); in Init()
117 ret = drm_->GetPlaneProperty(*this, "SRC_H", &src_h_property_); in Init()
123 ret = drm_->GetPlaneProperty(*this, "rotation", &rotation_property_); in Init()
127 ret = drm_->GetPlaneProperty(*this, "alpha", &alpha_property_); in Init()