]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/atomic: -EACCESS for lease-denied crtc lookup
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 28 Feb 2019 14:49:10 +0000 (15:49 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Apr 2019 09:31:17 +0000 (11:31 +0200)
commitb8c7d7bc8386924f57aac0a745ae3240f07b743b
tree1b43e1f5cc5fc264a9f6097d786c692a18d2b7a3
parent36e4523aaf4a35de963e190064b53839fa131653
drm/atomic: -EACCESS for lease-denied crtc lookup

With the previous patch drm_crtc_find will return NULL when the crtc
isn't in our lease, which will then disable the plane/connector. No
longer an issue since the lessor can't escape their lease terms
anymore, but not quite great semantics yet either.

Catch this and return -EACCES, so that at least evil test cases have a
better chance of making sure the kernel works correctly.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190228144910.26488-8-daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_atomic_uapi.c