Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dp.c1235 int max_hdmi_bpc; in intel_dp_max_bpp() local
1237 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()