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