OSDN Git Service

drm/i915/hdmi: Detect HDMI 2.0 monitors using multiple EDID capabilities
authorClint Taylor <clinton.a.taylor@intel.com>
Wed, 24 Oct 2018 21:04:33 +0000 (14:04 -0700)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 26 Oct 2018 16:15:54 +0000 (19:15 +0300)
commit47164e0b0df88494235e6416a68ffcb993503b8d
tree8c8686044e866b9ea4a2fe3d716da2cfaf92cf7a
parenta590d0fdbaa56f482ff515e1040b6d9b1b200d63
drm/i915/hdmi: Detect HDMI 2.0 monitors using multiple EDID capabilities

HDMI 2.0 monitors may not support SCDC and still be able to accept VICs
above 63. Use multiple EDID capbilities to determine if the SINK is
actually an HDMI 2.0 device. The QD980B HDMI 2.0 Analyzer generates unique
EDIDs during CTS tests that don't contain a HDMI Forum VSDB if the block is
not used during the test. The current HDMI AVI infoframe code only uses the
SCDC supported information in the HDMI Forum VSDB to determine if the sink
is HDMI 2.0. This patch adds a check for YCbCr420 present in the EDID
supported formats as well as the existing SCDC supported check.

HDMI 2.0 CTS HF1-51 test fails on the QD980B.

V2: Make check for display_info->color formats == YCbCR420 and SCDC

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107894
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Shashank Sharma <shashank.sharma@intel.com>
Signed-off-by: Clint Taylor <clinton.a.taylor@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1540415073-5102-1-git-send-email-clinton.a.taylor@intel.com
drivers/gpu/drm/i915/intel_hdmi.c