Skip to content

Commit 6a009ca

Browse files
Zhigang Luoalexdeucher
authored andcommitted
drm/amdgpu: remove virt_init_data_exchange from poison consumption handler
Host will initiate an FLR for all poison consumption. Guest should wait for FLR message to re-init data exchange. Signed-off-by: Zhigang Luo <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 8954c3f commit 6a009ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,6 @@ static void xgpu_nv_ras_poison_handler(struct amdgpu_device *adev,
446446
amdgpu_virt_fini_data_exchange(adev);
447447
xgpu_nv_send_access_requests_with_param(adev,
448448
IDH_RAS_POISON, block, 0, 0);
449-
if (block != AMDGPU_RAS_BLOCK__SDMA)
450-
amdgpu_virt_init_data_exchange(adev);
451449
}
452450
}
453451

0 commit comments

Comments
 (0)