drm/amd/display: Only require EDID read for HDMI and DVI
authorHarry Wentland <harry.wentland@amd.com>
Thu, 2 Aug 2018 19:32:01 +0000 (15:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 3 Aug 2018 15:14:10 +0000 (10:14 -0500)
commit16196776185cb19bb8c2318ebd1dbbefb5350d6a
tree082d3f484f0cbf722f1a6087311f91c38a68e638
parent01dc285d5cd89b77686d8baef8482c58d7dc3ead
drm/amd/display: Only require EDID read for HDMI and DVI

[Why]
VGA sometimes has trouble retrieving the EDID on very long cables, KVM
switches, or old displays.

[How]
Only require EDID read for HDMI and DVI and exempt other types (DP,
VGA). We currently don't support VGA but if anyone adds support in the
future this might get overlooked.

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Suggested-by: Michel Dänzer <michel@daenzer.net>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c