aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mes_v12_0.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c b/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
index 45b70a4c4ada..f18fdda023c9 100644
--- a/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/mes_v12_0.c
@@ -1380,11 +1380,12 @@ failure:
static int mes_v12_0_kiq_hw_fini(struct amdgpu_device *adev)
{
- if (!adev->enable_uni_mes && adev->mes.ring.sched.ready)
+ if (adev->mes.ring.sched.ready) {
mes_v12_0_kiq_dequeue_sched(adev);
+ adev->mes.ring.sched.ready = false;
+ }
- if (!amdgpu_sriov_vf(adev))
- mes_v12_0_enable(adev, false);
+ mes_v12_0_enable(adev, false);
return 0;
}
ffde94e454e528208&follow=1'>virtio_console: drop custom control queue cleanupMichael S. Tsirkin1-17/+0 2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24 2018-04-25virtio: add ability to iterate over vqsMichael S. Tsirkin1-0/+3 2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin1-7/+7 2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei1-3/+31 2018-04-25drm/amd/display: Check dc_sink every time in MST hotplugJerry (Fangzhi) Zuo1-7/+9 2018-04-25drm/amd/display: Update MST edid property every timeJerry (Fangzhi) Zuo1-3/+3 2018-04-25drm/amd/display: Don't read EDID in atomic_checkHarry Wentland1-22/+10 2018-04-25drm/amd/display: Disallow enabling CRTC without primary plane with FBHarry Wentland1-1/+9 2018-04-25drm/amd/display: Fix deadlock when flushing irqMikita Lipski1-2/+3 2018-04-25tracing: Fix missing tab for hwlat_detector print formatPeter Xu1-1/+1