mesa/src
Ashley Smith 14101ff948 panfrost: Reset syncobj after use to avoid kernel warnings
We get a kernel message "You are adding an unorder point to timeline!"
on many CTS runs. This stems from us SIGNALing the queue syncobj then
WAITing but not reseting it. It is assumed by the time we get to
panvk_queue_submit_init_signals() that the value is 0, however it is 1
due to the previous calls.

Signed-off-by: Ashley Smith <ashley.smith@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Fixes: 5544d39f ("panvk: Add a CSF backend for panvk_queue/cmd_buffer")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33943>
2025-03-10 15:02:58 +00:00
..
amd radv/ci: enable RADV_PERFTEST=video_{decode,encode} on few GFX9+ GPUs 2025-03-10 12:15:27 +00:00
android_stub
asahi agx: call nir_lower_is_helper_invocation 2025-03-08 07:47:40 +00:00
broadcom v3d/v3dv/vc4: review all expected timeouts 2025-03-07 17:37:18 +00:00
c11 c11: use SPDX-License-Identifier header 2025-01-08 20:37:51 +00:00
compiler nir: Add Panfrost specific shader_output intrinsic 2025-03-10 07:38:16 +01:00
drm-shim
egl egl: use the current dispatch to execute glFlush instead of get_proc_address 2025-03-06 17:13:23 +00:00
etnaviv etnaviv/ci: add pengutronix LAVA lab with one i.MX8MP device 2025-03-08 10:18:11 +00:00
freedreno freedreno: Add support for Adreno623 GPU 2025-03-06 21:48:05 +00:00
gallium r300: remove usage of NIR_PASS_V 2025-03-10 13:43:23 +00:00
gbm dri: delete INVALIDATE extension 2025-02-26 21:46:06 +00:00
getopt
gfxstream gfxstream: Remove duplicated boxed handle func declarations 2025-02-27 17:37:55 +00:00
glx glx: fix build with -Dlegacy-x11=dri2 2025-03-06 17:13:23 +00:00
gtest
imagination treewide: Switch to nir_progress 2025-02-26 15:19:53 +00:00
imgui
intel brw: avoid calling lower_indirect_derefs multiple times 2025-03-09 20:52:01 +00:00
loader kmsro: look for graphics capable screen as renderonly device 2025-03-05 10:48:28 +00:00
mapi glapi: remove extension definitions that will likely never be implemented 2025-03-06 17:13:23 +00:00
mesa meson: remove with_shared_glapi variable (it's always true) 2025-03-06 17:13:22 +00:00
microsoft vulkan/runtime: store flags on descriptor set layouts 2025-02-27 13:26:58 +02:00
nouveau nvk: Add NVK_DEBUG=trash_memory 2025-03-08 02:24:18 +00:00
panfrost panfrost: Reset syncobj after use to avoid kernel warnings 2025-03-10 15:02:58 +00:00
tool panvk: add u_trace perfetto support 2024-12-17 23:14:26 +00:00
util util/u_idalloc: fix util_idalloc_sparse_alloc_range() 2025-03-08 09:17:07 +00:00
virtio venus: fix to ignore dstSet for push descriptor 2025-03-09 20:25:21 +00:00
vulkan wsi/x11: drop misleading reference to anv in var names 2025-03-09 12:00:44 +00:00
x11 glx/egl/x11: fix x11_dri3_check_multibuffer 2025-02-17 02:50:15 +00:00
.clang-format freedreno: move ForEachMacros into freedreno 2025-01-24 12:15:31 +00:00
meson.build meson: remove with_shared_glapi variable (it's always true) 2025-03-06 17:13:22 +00:00