]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu/sdam: Skip SDMA queue reset for SRIOV
authorAhmad Rehman <Ahmad.Rehman@amd.com>
Tue, 18 Mar 2025 03:41:47 +0000 (23:41 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Mar 2025 16:15:08 +0000 (12:15 -0400)
commitcfdf8b34b9c457aadfe6fb7d6674afa82e8cad2c
tree06cc1c4eca0f7d50e0b549982076ea7939966dda
parent0a59fbd5d9a72c56b0dc5695e798859ebeb6c5ac
drm/amdgpu/sdam: Skip SDMA queue reset for SRIOV

For SRIOV, skip the SDMA queue reset and return
error. The engine/queue reset failure will trigger
FLR in the sequence.

v2: do not add queue reset support mask for sriov

Signed-off-by: Ahmad Rehman <Ahmad.Rehman@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c