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

Author: Samuel Pitoiset <[email protected]>
Date:   Tue Apr 25 11:09:54 2023 +0200

ac/sqtt: add new bits to rgp_sqtt_marker_barrier_end

To match XGL.

Signed-off-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22677>

---

 src/amd/common/ac_sqtt.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/amd/common/ac_sqtt.h b/src/amd/common/ac_sqtt.h
index 2bce418ab08..5e254de5a0b 100644
--- a/src/amd/common/ac_sqtt.h
+++ b/src/amd/common/ac_sqtt.h
@@ -441,7 +441,11 @@ struct rgp_sqtt_marker_barrier_end {
          uint32_t inval_db : 1;
          uint32_t num_layout_transitions : 16;
          uint32_t inval_gl1 : 1;
-         uint32_t reserved : 5;
+         uint32_t wait_on_ts : 1;
+         uint32_t eop_ts_bottom_of_pipe : 1;
+         uint32_t eos_ts_ps_done : 1;
+         uint32_t eos_ts_cs_done : 1;
+         uint32_t reserved : 1;
       };
       uint32_t dword02;
    };

Reply via email to