aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
diff options
context:
space:
mode:
authorYuBiao Wang <[email protected]>2021-08-27 06:48:51 +0000
committerAlex Deucher <[email protected]>2021-08-30 18:59:33 +0000
commit64261a0d0600ab335677073c54b1989565ceddad (patch)
tree231b400552f538b9c5dd54884bc804ffe17f502b /drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
parentdrm/amdgpu: add some additional RDNA2 PCI IDs (diff)
downloadkernel-64261a0d0600ab335677073c54b1989565ceddad.tar.gz
kernel-64261a0d0600ab335677073c54b1989565ceddad.zip
drm/amd/amdgpu: Add ready_to_reset resp for vega10
Send response to host after received the flr notification from host. Port NV change to vega10. Signed-off-by: YuBiao Wang <[email protected]> Reviewed-by: Jingwen Chen <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
index ff2307d7ee0f..23b066bcffb2 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
@@ -258,6 +258,8 @@ static void xgpu_ai_mailbox_flr_work(struct work_struct *work)
amdgpu_virt_fini_data_exchange(adev);
atomic_set(&adev->in_gpu_reset, 1);
+ xgpu_ai_mailbox_trans_msg(adev, IDH_READY_TO_RESET, 0, 0, 0);
+
do {
if (xgpu_ai_mailbox_peek_msg(adev) == IDH_FLR_NOTIFICATION_CMPL)
goto flr_done;