summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2024-07-18 10:20:56 -0400
committerAlex Deucher <alexander.deucher@amd.com>2024-08-16 14:18:35 -0400
commit31ef969301e58daaaed1728690e16192b77b9028 (patch)
tree96f15f42f07b7a432b621379f34de2145071d277 /drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
parent4dc4422f11b041a9cb7a86f2f9bc310e48620fa2 (diff)
downloadlinux-31ef969301e58daaaed1728690e16192b77b9028.tar.gz
linux-31ef969301e58daaaed1728690e16192b77b9028.tar.bz2
linux-31ef969301e58daaaed1728690e16192b77b9028.zip
drm/amdgpu/gfx9: per queue reset only on bare metal
It's not supported under SR-IOV at the moment. Acked-by: Vitaly Prosyak <vitaly.prosyak@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
index 02ff70f4b416..cad13e01dd3a 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
@@ -7164,6 +7164,9 @@ static int gfx_v9_0_reset_kcq(struct amdgpu_ring *ring,
unsigned long flags;
int i, r;
+ if (amdgpu_sriov_vf(adev))
+ return -EINVAL;
+
if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues)
return -EINVAL;