Module: Mesa
Branch: main
Commit: 810c1f7747b62fe4dbfe7631312c7ff1ac92603a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=810c1f7747b62fe4dbfe7631312c7ff1ac92603a

Author: Tapani Pälli <tapani.pa...@intel.com>
Date:   Thu Jan 11 08:07:23 2024 +0200

hasvk: remove gfx9 specific cs stall from emit_ps_depth_count

Signed-off-by: Tapani Pälli <tapani.pa...@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26997>

---

 src/intel/vulkan_hasvk/genX_query.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/intel/vulkan_hasvk/genX_query.c 
b/src/intel/vulkan_hasvk/genX_query.c
index b9d99d628b9..4ed83138944 100644
--- a/src/intel/vulkan_hasvk/genX_query.c
+++ b/src/intel/vulkan_hasvk/genX_query.c
@@ -621,9 +621,6 @@ emit_ps_depth_count(struct anv_cmd_buffer *cmd_buffer,
       pc.PostSyncOperation       = WritePSDepthCount;
       pc.DepthStallEnable        = true;
       pc.Address                 = addr;
-
-      if (GFX_VER == 9 && cmd_buffer->device->info->gt == 4)
-         pc.CommandStreamerStallEnable = true;
    }
 }
 

Reply via email to