]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm: Add explicit acquire ctx handling around ->set_config
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 22 Mar 2017 21:50:56 +0000 (22:50 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 29 Mar 2017 07:56:13 +0000 (09:56 +0200)
commit2ceb585a956c10c7daf22938c77c48e3a62e0f6d
tree26e66292478c5fda0d72c174ffd5a5ae8e6b6258
parentd49473a53aec5bff366c607bd2a0388554b112f5
drm: Add explicit acquire ctx handling around ->set_config

Just the groundwork to have something to feed into ->set_config.
Again we need a temporary hack to still fill out the legacy
ctx in mode_config.acquire_ctx.

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