File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
drivers/gpu/drm/amd/include Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ enum MES_QUEUE_TYPE {
97
97
MES_QUEUE_TYPE_SDMA ,
98
98
99
99
MES_QUEUE_TYPE_MAX ,
100
+ MES_QUEUE_TYPE_SCHQ = MES_QUEUE_TYPE_MAX ,
100
101
};
101
102
102
103
struct MES_API_STATUS {
@@ -242,8 +243,12 @@ union MESAPI_SET_HW_RESOURCES {
242
243
uint32_t send_write_data : 1 ;
243
244
uint32_t os_tdr_timeout_override : 1 ;
244
245
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 ;
245
250
uint32_t unmapped_doorbell_handling : 2 ;
246
- uint32_t reserved : 15 ;
251
+ uint32_t reserved : 11 ;
247
252
};
248
253
uint32_t uint32_all ;
249
254
};
You can’t perform that action at this time.
0 commit comments