commit | 334dbd69c604cb33d906a30195010d090e6eb80c | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Jun 21 11:49:59 2017 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu Jun 22 11:13:54 2017 -0700 |
tree | 22287dfcfa282a40020eec27c317097515436d5d | |
parent | 7d2818f54e38e40232c65866b58c8b627dbf5711 [diff] |
drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations. This way drm_atomic_helper_wait_for_fences() will actually do something. The vc4_seqno_cb has been doing the fence waits on V3D manually, so far. Signed-off-by: Eric Anholt <eric@anholt.net> Link: http://patchwork.freedesktop.org/patch/msgid/20170621185002.28563-1-eric@anholt.net Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>