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.h63 const DrmProperty &max_disp_freq_property() const;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
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()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmcrtc.cpp206 const DrmProperty &DrmCrtc::max_disp_freq_property() const { in max_disp_freq_property() function in android::DrmCrtc