Home
last modified time | relevance | path

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

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