drm/i915/hdmi: Prune modes that require HDMI2.1 FRL
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 21 Jul 2022 08:46:45 +0000 (14:16 +0530)
committerUma Shankar <uma.shankar@intel.com>
Wed, 27 Jul 2022 05:17:42 +0000 (10:47 +0530)
commit3565c7219c169ab6c6ef34ba9187c1b7bc6dbfa5
tree9010fe0848907daa707ab58dbde130407f70ce58
parent9899834ae5f26649da09e0cae72d8d9eb8a07aab
drm/i915/hdmi: Prune modes that require HDMI2.1 FRL

HDMI2.1 requires some higher resolution video modes to be enumerated
only if HDMI2.1 Fixed Rate Link (FRL) is supported.
Current platforms do not support FRL transmission so prune modes that
require HDMI2.1 FRL.

v2: Fixed the condition to check for dotclock > 600.
Return MODE_CLOCK_HIGH as mode status.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com> (v1)
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220721084645.3411219-1-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_hdmi.c