Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1675 int max_hdmi_bpc; in intel_dp_max_bpp() local
1677 max_hdmi_bpc = intel_dp_hdmi_compute_bpc(intel_dp, crtc_state, bpc, in intel_dp_max_bpp()
1679 if (max_hdmi_bpc < 0) in intel_dp_max_bpp()
1682 bpc = min(bpc, max_hdmi_bpc); in intel_dp_max_bpp()