OSDN Git Service

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)
commitafdfc4c6f55f953e073f0eef9e2afa3c8cf78d7c
tree988d8334f9c836534aef4dfe1e4df3e69c700ab3
parenta52ff2a509a77aacdcc464f26181e77d49880da9
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