mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
drm/amd/amdgpu: update mes11 api def
Update the api def of mes11. Signed-off-by: Jack Xiao <Jack.Xiao@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Tested-and-acked-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
56ee51222e
commit
1e7bbdba68
1 changed files with 5 additions and 1 deletions
|
@ -222,7 +222,11 @@ union MESAPI_SET_HW_RESOURCES {
|
|||
uint32_t apply_grbm_remote_register_dummy_read_wa : 1;
|
||||
uint32_t second_gfx_pipe_enabled : 1;
|
||||
uint32_t enable_level_process_quantum_check : 1;
|
||||
uint32_t reserved : 25;
|
||||
uint32_t legacy_sch_mode : 1;
|
||||
uint32_t disable_add_queue_wptr_mc_addr : 1;
|
||||
uint32_t enable_mes_event_int_logging : 1;
|
||||
uint32_t enable_reg_active_poll : 1;
|
||||
uint32_t reserved : 21;
|
||||
};
|
||||
uint32_t uint32_t_all;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue