Signed-off-by: Lin.Cao <[email protected]>
---
 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h 
b/drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h
index 8b6b2bd5c148..ed937f70895c 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_ai.h
@@ -129,6 +129,16 @@ struct pm4_mes_runlist {
                uint32_t ordinal4;
        };
 
+       union {
+               struct {
+                       uint32_t level_1_static_queue_cnt:4;
+                       uint32_t level_2_static_queue_cnt:4;
+                       uint32_t level_3_static_queue_cnt:4;
+                       uint32_t reserved4:20;
+               } bitfields5;
+               uint32_t ordinal5;
+       };
+
 };
 #endif
 
-- 
2.25.1

Reply via email to