Skip to content

Commit 1e7bbdb

Browse files
Jack Xiaoalexdeucher
authored andcommitted
drm/amd/amdgpu: update mes11 api def
Update the api def of mes11. Signed-off-by: Jack Xiao <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Tested-and-acked-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 56ee512 commit 1e7bbdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,11 @@ union MESAPI_SET_HW_RESOURCES {
222222
uint32_t apply_grbm_remote_register_dummy_read_wa : 1;
223223
uint32_t second_gfx_pipe_enabled : 1;
224224
uint32_t enable_level_process_quantum_check : 1;
225-
uint32_t reserved : 25;
225+
uint32_t legacy_sch_mode : 1;
226+
uint32_t disable_add_queue_wptr_mc_addr : 1;
227+
uint32_t enable_mes_event_int_logging : 1;
228+
uint32_t enable_reg_active_poll : 1;
229+
uint32_t reserved : 21;
226230
};
227231
uint32_t uint32_t_all;
228232
};

0 commit comments

Comments
 (0)