Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp192 DrmCrtc *drmCrtc = mDrmDevice->GetCrtcForDisplay(0); in updateRestrictions() local
193 if (drmCrtc != nullptr) { in updateRestrictions()
198 if (drmCrtc->ppc_property().id()) { in updateRestrictions()
199 auto [ret_ppc, value] = drmCrtc->ppc_property().value(); in updateRestrictions()
206 if (drmCrtc->max_disp_freq_property().id()) { in updateRestrictions()
207 auto [ret_max_freq, value] = drmCrtc->max_disp_freq_property().value(); in updateRestrictions()