commit | cf1b372ec11dae9fe7dcc26f47cb4bc939db0c32 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Jun 21 11:50:01 2017 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu Jun 22 11:14:32 2017 -0700 |
tree | 5e158e4e4f1b4b1fded76f5fbb94fee5c99a02c1 | |
parent | 53ad06949d3b18ffeb530ff876b1ae35e7640f39 [diff] |
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>