Module: Mesa Branch: staging/23.3 Commit: ee504ca448b94c97fe2e07effbdb73cf640d492b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee504ca448b94c97fe2e07effbdb73cf640d492b
Author: Eric Engestrom <e...@engestrom.ch> Date: Tue Nov 7 13:33:29 2023 +0000 Revert "anv: remove CS_FLUSH from query regression" This reverts commit 2872c824bc2ae46890b9c9ff997a3c9e514210fc. --- .pick_status.json | 2 +- src/intel/vulkan/genX_query.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index 9ec91cce3bd..f6a0ffe269b 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -3044,7 +3044,7 @@ "description": "anv: remove CS_FLUSH from query regression", "nominated": true, "nomination_type": 1, - "resolution": 1, + "resolution": 0, "main_sha": null, "because_sha": "6dc95685f3b1a14b2a0d80bc05ea198de8027f44", "notes": null diff --git a/src/intel/vulkan/genX_query.c b/src/intel/vulkan/genX_query.c index 69c5ac83041..f42298f85ab 100644 --- a/src/intel/vulkan/genX_query.c +++ b/src/intel/vulkan/genX_query.c @@ -695,7 +695,7 @@ emit_query_pc_availability(struct anv_cmd_buffer *cmd_buffer, genx_batch_emit_pipe_control_write (&cmd_buffer->batch, cmd_buffer->device->info, WriteImmediateData, addr, - available, 0); + available, ANV_PIPE_CS_STALL_BIT); } /**