[PATCH] drm/amdkfd: update struct pm4_mes_runlist Struct pm4_mes_runlist in amdgpu is conflict with spec Add last dword of the design of spec into struct pm4_mes_runlist
Lin.Cao
lincao12 at amd.com
Thu Sep 7 03:02:06 UTC 2023
Signed-off-by: Lin.Cao <lincao12 at amd.com>
---
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
More information about the amd-gfx
mailing list