mirror of
https://github.com/torvalds/linux.git
synced 2026-09-11 20:13:02 +02:00
drm/amdgpu: Update queue reset support version
Update queue reset required MES version for MES 12.1 to 0x7b since we change the implementation from detect-and-reset method to per-queue-reset method. Signed-off-by: Amber Lin <amber.lin@amd.com> Reviewed-by: Michael Chen <michael.chen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> (cherry picked from commit 2160a5cbf0b7917adce4b55421306b614b4a2c8f)
This commit is contained in:
parent
7346a046c6
commit
b428f83c7c
|
|
@ -879,7 +879,7 @@ bool amdgpu_mes_queue_reset_by_mes_supported(struct amdgpu_device *adev)
|
|||
|
||||
return (ip_maj == 11 && mes_sched >= 0x8c) ||
|
||||
((ip_maj == 12 && ip_min == 0) && mes_sched >= 0x8d) ||
|
||||
((ip_maj == 12 && ip_min == 1) && mes_sched >= 0x73);
|
||||
((ip_maj == 12 && ip_min == 1) && mes_sched >= 0x7b);
|
||||
}
|
||||
|
||||
/* Fix me -- node_id is used to identify the correct MES instances in the future */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user