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.cpp153 DrmCrtc *drmCrtc = mDrmDevice->GetCrtcForDisplay(0); in updateRestrictions() local
154 if (drmCrtc != nullptr) { in updateRestrictions()
159 if (drmCrtc->ppc_property().id()) { in updateRestrictions()
160 auto [ret_ppc, value] = drmCrtc->ppc_property().value(); in updateRestrictions()
167 if (drmCrtc->max_disp_freq_property().id()) { in updateRestrictions()
168 auto [ret_max_freq, value] = drmCrtc->max_disp_freq_property().value(); in updateRestrictions()