drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates
authorBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 15 Nov 2018 10:58:52 +0000 (11:58 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 15 Nov 2018 16:57:06 +0000 (17:57 +0100)
commitfcc86cb45d38ca2f24bcea9c29c7f4742041caed
tree5d466baabc2e56d7eeba09e57aedde7cbc67ef26
parent5a43911fd256f1c9748f3f82aee1c3a3adad2719
drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates

drm_atomic_helper_setup_commit() auto-completes commit->flip_done when
state->legacy_cursor_update is true, but we know for sure that we want
a sync update when we call drm_atomic_helper_setup_commit() from
vc4_atomic_commit().

Explicitly set state->legacy_cursor_update to false to prevent this
auto-completion.

Fixes: 184d3cf4f738 ("drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks()")
Cc: <stable@vger.kernel.org>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20181115105852.9844-2-boris.brezillon@bootlin.com
drivers/gpu/drm/vc4/vc4_kms.c