Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "drm/atomic: Call ww_acquire_done after check phase is complete"

This reverts commit 992cbf19b32900efa17850b9fa0031fd623edd4d.

Until we make fbdev layer atomic we can't call this.

Requested-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com?
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>

-3
-3
drivers/gpu/drm/drm_atomic.c
··· 1230 1230 } 1231 1231 } 1232 1232 1233 - if (ret == 0) 1234 - ww_acquire_done(&state->acquire_ctx->ww_ctx); 1235 - 1236 1233 return ret; 1237 1234 } 1238 1235 EXPORT_SYMBOL(drm_atomic_check_only);