linux-uconsole/drivers/gpu/drm/v3d
Iago Toral Quiroga 582de9e385 drm/v3d: fix wait for TMU write combiner flush
[ Upstream commit e4f8681911 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-11-18 14:04:02 +01:00
..
Kconfig
Makefile
v3d_bo.c drm/v3d: remove _unlocked suffix in drm_gem_object_put_unlocked 2020-05-19 22:31:35 +01:00
v3d_debugfs.c drm/v3d: Delete v3d_dev->dev 2020-04-28 15:15:52 +02:00
v3d_drv.c drm/v3d: convert to use module_platform_driver 2020-08-10 15:32:00 +02:00
v3d_drv.h drm/v3d: Delete v3d_dev->pdev 2020-04-28 15:15:59 +02:00
v3d_fence.c
v3d_gem.c drm/v3d: fix wait for TMU write combiner flush 2021-11-18 14:04:02 +01:00
v3d_irq.c drm/v3d: remove _unlocked suffix in drm_gem_object_put_unlocked 2020-05-19 22:31:35 +01:00
v3d_mmu.c drm: v3d: fix common struct sg_table related issues 2020-09-10 08:18:35 +02:00
v3d_regs.h
v3d_sched.c drm/v3d: Delete v3d_dev->dev 2020-04-28 15:15:52 +02:00
v3d_trace.h
v3d_trace_points.c