]> git.baikalelectronics.ru Git - kernel.git/commit
drm/udl: Fixed problem with UDL adpater reconnection
authorRobert Tarasov <tutankhamen@chromium.org>
Fri, 13 Oct 2017 00:13:49 +0000 (17:13 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Oct 2017 19:36:02 +0000 (15:36 -0400)
commitca1757e3b4291269c791612c1d3ee140e1e6fa8c
tree988d8334f9c836534aef4dfe1e4df3e69c700ab3
parent9b688c227877020327487e558edcad918d00f2e1
drm/udl: Fixed problem with UDL adpater reconnection

Fixed problem with DisplayLink and DisplayLink certified adapers in drm/udl
driver when adapter doesn't want to work if it was initialized with
disconnected DVI cable by enabling drm connectot polling and updating
current connector's state.

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-1-tutankhamen@chromium.org
drivers/gpu/drm/udl/udl_connector.c
drivers/gpu/drm/udl/udl_connector.h [new file with mode: 0644]
drivers/gpu/drm/udl/udl_drv.c
drivers/gpu/drm/udl/udl_main.c