]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dp: Duplicate native HDMI TMDS clock limit handling for DP HDMI DFPs
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 22 Mar 2022 12:00:13 +0000 (14:00 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 5 Apr 2022 08:18:46 +0000 (11:18 +0300)
commit1f202c62fb1e9e4a2af6cacc8ed87198cbf69756
treebdd68acd6624c9d0b568465f67f27f18d72ac656
parent93ede57091d9121a22e40920c7ce8863ada326d1
drm/i915/dp: Duplicate native HDMI TMDS clock limit handling for DP HDMI DFPs

With native HDMI we allow the user to override the mode with
something that may not respect the downstream (sink,dual-mode adapter)
TMDS clock limits. Let's reuse the same logic for DP HDMI DFPs
so that behaviour is more or less uniform.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220322120015.28074-11-ville.syrjala@linux.intel.com
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
drivers/gpu/drm/i915/display/intel_dp.c