Home
last modified time | relevance | path

Searched refs:crtc_w_property_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp88 ret = drm_->GetPlaneProperty(*this, "CRTC_W", &crtc_w_property_); in Init()
184 properties_.push_back(&crtc_w_property_); in Init()
239 return crtc_w_property_; in crtc_w_property()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h92 DrmProperty crtc_w_property_; variable