Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmcrtc.h66 const DrmProperty &max_disp_freq_property() const;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp206 if (drmCrtc->max_disp_freq_property().id()) { in updateRestrictions()
207 auto [ret_max_freq, value] = drmCrtc->max_disp_freq_property().value(); in updateRestrictions()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp250 const DrmProperty &DrmCrtc::max_disp_freq_property() const { in max_disp_freq_property() function in android::DrmCrtc