diff options
| author | pding <[email protected]> | 2017-10-24 01:53:16 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-12-04 21:33:14 +0000 |
| commit | b59142384ed6e2652004d2089bfd8f238bf7f0b9 (patch) | |
| tree | 10d1a1bbb3f31865ccd2161f80b9d53a95a3ae61 /drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | |
| parent | drm/amd/powerplay: describe the PCIE link speed in right GT/s (diff) | |
| download | kernel-b59142384ed6e2652004d2089bfd8f238bf7f0b9.tar.gz kernel-b59142384ed6e2652004d2089bfd8f238bf7f0b9.zip | |
drm/amdgpu/virt: implement wait_reset callbacks for vi/ai
Reviewed-by: Monk Liu <[email protected]>
Signed-off-by: pding <[email protected]>
Acked-by: Alex Deucher <[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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c index b4906d2f30d3..f91aab38637c 100644 --- a/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c +++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c @@ -353,5 +353,6 @@ const struct amdgpu_virt_ops xgpu_ai_virt_ops = { .req_full_gpu = xgpu_ai_request_full_gpu_access, .rel_full_gpu = xgpu_ai_release_full_gpu_access, .reset_gpu = xgpu_ai_request_reset, + .wait_reset = NULL, .trans_msg = xgpu_ai_mailbox_trans_msg, }; |
