drm: Wire up proper acquire ctx for plane functions
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Mar 2017 21:50:40 +0000 (22:50 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 29 Mar 2017 07:13:44 +0000 (09:13 +0200)
commit232e8f703b96968cd4116d20597068f15aca3e6e
tree83473c60024fa591691cf20865cbdc11f75f77c1
parentf9a769555db4c5c384a1d92b471461ef95923feb
drm: Wire up proper acquire ctx for plane functions

This is just prep work to get an acquire ctx into every place where we
call ->update_plane or ->disable_plane.

v2: Keep the hidden acquire_ctx pointers valid while transitioning.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170322215058.8671-2-daniel.vetter@ffwll.ch
drivers/gpu/drm/drm_plane.c