Searched refs:crtc_w_property_ (Results 1 – 2 of 2) sorted by relevance
89 ret = drm_->GetPlaneProperty(*this, "CRTC_W", &crtc_w_property_); in Init()186 properties_.push_back(&crtc_w_property_); in Init()250 return crtc_w_property_; in crtc_w_property()
95 DrmProperty crtc_w_property_; variable