drm/amdkfd: CRIU remove sync and TLB flush on restore
authorDavid Yat Sin <david.yatsin@amd.com>
Tue, 8 Mar 2022 14:08:18 +0000 (09:08 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Mar 2022 18:25:16 +0000 (14:25 -0400)
commit67a359d85ec2679cc8e11b16844df960e3b27c24
tree6a1a981ac7b615cc7e9ba1556a274290680313aa
parent2e9fda82c98b1e417b90ff5a2f8b8b96cac06fc5
drm/amdkfd: CRIU remove sync and TLB flush on restore

When the process is getting restored, the queues are not mapped yet, so
there is no VMID assigned for this process and no TLBs to flush.

Signed-off-by: David Yat Sin <david.yatsin@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c