Skip to content

Commit 278e186

Browse files
Jack Xiaoalexdeucher
authored andcommitted
drm/amdgpu/mes12: update mes_v12_api_def.h
Update mes12 api definition. Signed-off-by: Jack Xiao <[email protected]> Acked-by: Alex Deucher <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit 2ab5dc5)
1 parent 0573a1e commit 278e186

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

drivers/gpu/drm/amd/include/mes_v12_api_def.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ enum MES_QUEUE_TYPE {
9797
MES_QUEUE_TYPE_SDMA,
9898

9999
MES_QUEUE_TYPE_MAX,
100+
MES_QUEUE_TYPE_SCHQ = MES_QUEUE_TYPE_MAX,
100101
};
101102

102103
struct MES_API_STATUS {
@@ -242,8 +243,12 @@ union MESAPI_SET_HW_RESOURCES {
242243
uint32_t send_write_data : 1;
243244
uint32_t os_tdr_timeout_override : 1;
244245
uint32_t use_rs64mem_for_proc_gang_ctx : 1;
246+
uint32_t halt_on_misaligned_access : 1;
247+
uint32_t use_add_queue_unmap_flag_addr : 1;
248+
uint32_t enable_mes_sch_stb_log : 1;
249+
uint32_t limit_single_process : 1;
245250
uint32_t unmapped_doorbell_handling: 2;
246-
uint32_t reserved : 15;
251+
uint32_t reserved : 11;
247252
};
248253
uint32_t uint32_all;
249254
};

0 commit comments

Comments
 (0)