drm/i915/bios: Clamp VBT HDMI level shift on BDW
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 13 Oct 2023 14:02:14 +0000 (17:02 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 31 Oct 2023 06:25:59 +0000 (08:25 +0200)
commit9e372744c0f24d358967a9a2bbde69dee1491b76
tree180a29c20f99cbc535290c8078a686541ad4183a
parent75658332bb1052867d31c67c93bfdbd86a5f7b2a
drm/i915/bios: Clamp VBT HDMI level shift on BDW

Apparently some BDW machines (eg. HP Pavilion 15-ab) shipped with
a VBT inherited from some earlier HSW model. On HSW the HDMI level
shift value could go up to 11, whereas on BDW the maximum value is
9.

The DDI code does clamp the bogus value, but it does so with
a WARN which we don't really want. To avoid that let's just sanitize
the bogus VBT HDMI level shift value ahead of time for all BDW machines.

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/9461
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231013140214.1713-1-ville.syrjala@linux.intel.com
Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
drivers/gpu/drm/i915/display/intel_bios.c