drm/v3d: Drop reservation of a shared slot in the dma-buf reservations.
authorEric Anholt <eric@anholt.net>
Tue, 16 Apr 2019 22:58:55 +0000 (15:58 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 18 Apr 2019 16:54:13 +0000 (09:54 -0700)
commit07fbbd66b9735fe309f3bb4ad6dbfaa767e9222e
tree5171f7be6a60d37769888f97473b833697c93141
parentd223f98f02099b002903b9b22b56febae16ef80d
drm/v3d: Drop reservation of a shared slot in the dma-buf reservations.

We only set the excl (possible-writing) fence pointer and never add a
shared (read-only) fence.

Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190416225856.20264-5-eric@anholt.net
Acked-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/v3d/v3d_gem.c