commit | 232e8f703b96968cd4116d20597068f15aca3e6e | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Mar 22 22:50:40 2017 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Mar 29 09:13:44 2017 +0200 |
tree | 83473c60024fa591691cf20865cbdc11f75f77c1 | |
parent | f9a769555db4c5c384a1d92b471461ef95923feb [diff] |
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