Searched refs:max_disp_freq_property (Results 1 – 3 of 3) sorted by relevance
66 const DrmProperty &max_disp_freq_property() const;
206 if (drmCrtc->max_disp_freq_property().id()) { in updateRestrictions()207 auto [ret_max_freq, value] = drmCrtc->max_disp_freq_property().value(); in updateRestrictions()
250 const DrmProperty &DrmCrtc::max_disp_freq_property() const { in max_disp_freq_property() function in android::DrmCrtc