OSDN Git Service

drm/udl: Reading all edid blocks in DRM/UDL driver
authorRobert Tarasov <tutankhamen@chromium.org>
Fri, 13 Oct 2017 00:13:50 +0000 (17:13 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Oct 2017 19:37:19 +0000 (15:37 -0400)
commit75c65ee20adebca6ac29d6f9d301ced073dd8030
treeba34537db1dccfe10ed4d6cf246737027c1dda87
parentafdfc4c6f55f953e073f0eef9e2afa3c8cf78d7c
drm/udl: Reading all edid blocks in DRM/UDL driver

Now DRM/UDL driver retreives all edid data blocks instead of only base one.
Previous approch could lead to improper initialization of video mode with
certain monitors.

Signed-off-by: Robert Tarasov <tutankhamen@chromium.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171013001350.172155-2-tutankhamen@chromium.org
drivers/gpu/drm/udl/udl_connector.c