mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 14:02:43 -04:00
drm/amdkfd: Update packet manager for GFX9.4.3
In GFX 9.4.3, there can be more than 8 SDMA engines. As a result, extended_engine_sel and engine_sel fields in MAP_QUEUES packet need to be updated to allow correct mapping of SDMA queues to these SDMA engines. Signed-off-by: Mukul Joshi <mukul.joshi@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
753b999afe
commit
1794e9d7e7
@@ -263,7 +263,8 @@ enum mes_map_queues_engine_sel_enum {
|
||||
|
||||
enum mes_map_queues_extended_engine_sel_enum {
|
||||
extended_engine_sel__mes_map_queues__legacy_engine_sel = 0,
|
||||
extended_engine_sel__mes_map_queues__sdma0_to_7_sel = 1
|
||||
extended_engine_sel__mes_map_queues__sdma0_to_7_sel = 1,
|
||||
extended_engine_sel__mes_map_queues__sdma8_to_15_sel = 2
|
||||
};
|
||||
|
||||
struct pm4_mes_map_queues {
|
||||
|
||||
Reference in New Issue
Block a user