commit | 53ad06949d3b18ffeb530ff876b1ae35e7640f39 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Jun 21 11:50:00 2017 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu Jun 22 11:14:19 2017 -0700 |
tree | 30021fd27c2b9042db0bef8fc0d1f5c0bbb14b84 | |
parent | 334dbd69c604cb33d906a30195010d090e6eb80c [diff] |
drm/vc4: Wait for fences interruptibly in blocking mode. We should allow SIGIO and things to interrupt us before we get to the no-error stage of the commit process. This code is effectively copied from drm_atomic_helper_commit(). Signed-off-by: Eric Anholt <eric@anholt.net> Link: http://patchwork.freedesktop.org/patch/msgid/20170621185002.28563-2-eric@anholt.net Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>