linux-stable/drivers/gpu/drm/v3d
Eric Anholt 14d1d19086 drm/v3d: Remove the bad signaled() implementation.
Since our seqno value comes from a counter associated with the GPU
ring, not the entity (aka client), they'll be completed out of order.
There's actually no need for this code at all, since we don't have
enable_signaling() and thus DMA_FENCE_SIGNALED_BIT will be set before
we could be called.

Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20180605190302.18279-2-eric@anholt.net
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
2018-06-21 14:46:05 -07:00
..
Kconfig drm/v3d: add CONFIG_MMU dependency 2018-05-30 12:15:18 -07:00
Makefile
v3d_bo.c
v3d_debugfs.c
v3d_drv.c
v3d_drv.h drm/v3d: Remove the bad signaled() implementation. 2018-06-21 14:46:05 -07:00
v3d_fence.c drm/v3d: Remove the bad signaled() implementation. 2018-06-21 14:46:05 -07:00
v3d_gem.c drm/v3d: Remove the bad signaled() implementation. 2018-06-21 14:46:05 -07:00
v3d_irq.c drm/v3d: Remove the bad signaled() implementation. 2018-06-21 14:46:05 -07:00
v3d_mmu.c
v3d_regs.h
v3d_sched.c
v3d_trace.h
v3d_trace_points.c