drm/i915/display: Remove check for low voltage sku for max dp source rate
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 15 Mar 2022 08:02:46 +0000 (13:32 +0530)
committerImre Deak <imre.deak@intel.com>
Mon, 28 Mar 2022 10:40:26 +0000 (13:40 +0300)
commit73867c8709b569cdd7fda67f01dfe02c8d055521
tree1a4e8793b130e947b9dcc54633f0e14a0262e0d6
parent54903c7a6b40e34c3b0da3a3a5bb93f909295ce3
drm/i915/display: Remove check for low voltage sku for max dp source rate

The low voltage sku check can be ignored as OEMs need to consider that
when designing the board and then put any limits in VBT.

Same is now changed in Bspec pages.

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/5272
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220315080247.1161844-2-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c