drm/vc4: Use the atomic state's commit workqueue.
authorEric Anholt <eric@anholt.net>
Wed, 21 Jun 2017 18:50:01 +0000 (11:50 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 22 Jun 2017 18:14:32 +0000 (11:14 -0700)
commitcf1b372ec11dae9fe7dcc26f47cb4bc939db0c32
tree5e158e4e4f1b4b1fded76f5fbb94fee5c99a02c1
parent53ad06949d3b18ffeb530ff876b1ae35e7640f39
drm/vc4: Use the atomic state's commit workqueue.

Now that we're using the atomic helpers for fence waits, we can use
the same codepath as drm_atomic_helper_commit() does for async,
getting rid of our custom vc4_commit struct.

Signed-off-by: Eric Anholt <eric@anholt.net>
Link: http://patchwork.freedesktop.org/patch/msgid/20170621185002.28563-3-eric@anholt.net
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/gpu/drm/vc4/vc4_kms.c