mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
drm/amd/amdgpu: update mes11 api def
commit 1e7bbdba68 upstream.
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>
Cc: "Gong, Richard" <richard.gong@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ae9e65319f
commit
a2fe4534bb
@@ -222,7 +222,11 @@ union MESAPI_SET_HW_RESOURCES {
|
|||||||
uint32_t apply_grbm_remote_register_dummy_read_wa : 1;
|
uint32_t apply_grbm_remote_register_dummy_read_wa : 1;
|
||||||
uint32_t second_gfx_pipe_enabled : 1;
|
uint32_t second_gfx_pipe_enabled : 1;
|
||||||
uint32_t enable_level_process_quantum_check : 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;
|
uint32_t uint32_t_all;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user