Searched refs:max_hdmi_bpc (Results 1 – 1 of 1) sorted by relevance
1235 int max_hdmi_bpc; in intel_dp_max_bpp() local1237 max_hdmi_bpc = intel_dp_hdmi_compute_bpc(intel_dp, crtc_state, bpc, in intel_dp_max_bpp()1239 if (max_hdmi_bpc < 0) in intel_dp_max_bpp()1242 bpc = min(bpc, max_hdmi_bpc); in intel_dp_max_bpp()