OSDN Git Service

drm/i915/dp: fix EHL/JSL max source rates calculation
authorAnimesh Manna <animesh.manna@intel.com>
Wed, 1 Sep 2021 16:04:00 +0000 (21:34 +0530)
committerImre Deak <imre.deak@intel.com>
Thu, 2 Sep 2021 12:42:50 +0000 (15:42 +0300)
commit8ee8167771da66558cd71c8b59afd2a47160333f
tree750d90acd3c6deff6f1bcf8169c5ffe7de3bc882
parent533140cb51ed42e97f1429d14ee2c8a93e5c10b1
drm/i915/dp: fix EHL/JSL max source rates calculation

Only higher voltage sku can support HBR3 so a condition
check added in max source rate calculation for ehl/jsl.

Bspec: 32247, 20598

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@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/20210901160402.24816-4-animesh.manna@intel.com
drivers/gpu/drm/i915/display/intel_dp.c