diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h index 6e1a7fbf5b..cf91cf0022 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/inc/sdma_registers.h @@ -295,7 +295,14 @@ typedef struct SDMA_PKT_FENCE_TAG { struct { unsigned int op : 8; unsigned int sub_op : 8; - unsigned int reserved_0 : 16; + unsigned int mtype : 3; + unsigned int gcc : 1; + unsigned int sys : 1; + unsigned int pad1 : 1; + unsigned int snp : 1; + unsigned int gpa : 1; + unsigned int l2_policy : 2; + unsigned int reserved_0 : 6; }; unsigned int DW_0_DATA; } HEADER_UNION;