OSDN Git Service

drm/udl: implement usb_driver suspend/resume.
authorHaixia Shi <hshi@chromium.org>
Tue, 30 Aug 2016 21:50:21 +0000 (14:50 -0700)
committerSean Paul <seanpaul@chromium.org>
Tue, 6 Sep 2016 17:56:42 +0000 (13:56 -0400)
commit737ba10928061c899b7da45e8580ac5c20ff3593
tree1df0a21cf3358900744bf8780b45b0fb82e67a18
parentae0119f5f73b1e9cf7177fbbeea68d74c5751def
drm/udl: implement usb_driver suspend/resume.

The usb_driver suspend and resume function pointers must be populated
to prevent forced unbinding of USB interface driver. See usb/core/driver.c:
unbind_no_pm_drivers_interfaces().

Restore mode and damage the entire frame buffer upon resume.

TEST=suspend and resume with the same UDL device connected
TEST=suspend with UDL, unplug UDL and resume
TEST=suspend with UDL, unplug and connect another UDL device then resume

Signed-off-by: Haixia Shi <hshi@chromium.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
[seanpaul fixed checkpatch warnings and gave marcheu his é back]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1472593821-38429-2-git-send-email-hshi@chromium.org
drivers/gpu/drm/udl/udl_drv.c
drivers/gpu/drm/udl/udl_drv.h
drivers/gpu/drm/udl/udl_modeset.c