linux/drivers/gpu/drm/v3d
Iago Toral Quiroga e4f8681911 drm/v3d: fix wait for TMU write combiner flush
The hardware sets the TMUWCF bit back to 0 when the TMU write
combiner flush completes so we should be checking for that instead
of the L2TFLS bit.

v2 (Melissa Wen):
  - Add Signed-off-by and Fixes tags.
  - Change the error message for the timeout to be more clear.

Fixes spurious Vulkan CTS failures in:
dEQP-VK.binding_model.descriptorset_random.*

Fixes: d223f98f02 ("drm/v3d: Add support for compute shader dispatch.")
Signed-off-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Melissa Wen <melissa.srw@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210915100507.3945-1-itoral@igalia.com
2021-09-15 18:43:37 +01:00
..
Kconfig drm: v3d: correct reference to config ARCH_BRCMSTB 2021-08-26 11:19:08 +02:00
Makefile
v3d_bo.c
v3d_debugfs.c
v3d_drv.c
v3d_drv.h drm/v3d: Use scheduler dependency handling 2021-08-30 10:58:47 +02:00
v3d_fence.c
v3d_gem.c drm/v3d: fix wait for TMU write combiner flush 2021-09-15 18:43:37 +01:00
v3d_irq.c
v3d_mmu.c
v3d_perfmon.c
v3d_regs.h
v3d_sched.c drm/v3d: Use scheduler dependency handling 2021-08-30 10:58:47 +02:00
v3d_trace.h
v3d_trace_points.c