diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c index 8dbad496b29f..2471e7cf75ea 100644 --- a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c +++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | |||
@@ -372,6 +372,9 @@ static int xgpu_ai_mailbox_rcv_irq(struct amdgpu_device *adev, | |||
372 | if (amdgpu_sriov_runtime(adev)) | 372 | if (amdgpu_sriov_runtime(adev)) |
373 | schedule_work(&adev->virt.flr_work); | 373 | schedule_work(&adev->virt.flr_work); |
374 | break; | 374 | break; |
375 | case IDH_QUERY_ALIVE: | ||
376 | xgpu_ai_mailbox_send_ack(adev); | ||
377 | break; | ||
375 | /* READY_TO_ACCESS_GPU is fetched by kernel polling, IRQ can ignore | 378 | /* READY_TO_ACCESS_GPU is fetched by kernel polling, IRQ can ignore |
376 | * it byfar since that polling thread will handle it, | 379 | * it byfar since that polling thread will handle it, |
377 | * other msg like flr complete is not handled here. | 380 | * other msg like flr complete is not handled here. |