drm/legacy: Convert cursor ioctl locking to interruptible.
authorMaarten Lankhorst <[email protected]>
Tue, 12 Sep 2017 13:37:46 +0000 (15:37 +0200)
committerMaarten Lankhorst <[email protected]>
Wed, 13 Sep 2017 07:51:31 +0000 (09:51 +0200)
commit6c886e4aff0d09265855f62b31522b8328224a3d
tree861a820b33f4f729d9d29a298e28440e11c238f5
parentdad56ce4172e79b9ded5c6fc279710ce5e55f03f
drm/legacy: Convert cursor ioctl locking to interruptible.

Pass DRM_MODESET_ACQUIRE_INTERRUPTIBLE to acquire_init, and handle
drm_modeset_backoff which can now fail by returning the error.

Signed-off-by: Maarten Lankhorst <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Emil Velikov <[email protected]>
drivers/gpu/drm/drm_plane.c