Re: [PATCH 1/1] drm/amdgpu: recover gart table at resume

2021-10-19 Thread Das, Nirmoy
On 10/19/2021 5:43 PM, Christian König wrote: Am 19.10.21 um 15:22 schrieb Nirmoy Das: Get rid off pin/unpin and evict and swap back gart page table which should make things less likely to break. Also remove 2nd call to amdgpu_device_evict_resources() as we don't need it. Signed-off-by:

Re: [PATCH 1/1] drm/amdgpu: recover gart table at resume

2021-10-19 Thread Andrey Grodzovsky
On 2021-10-19 11:54 a.m., Christian König wrote: Am 19.10.21 um 17:41 schrieb Andrey Grodzovsky: On 2021-10-19 9:22 a.m., Nirmoy Das wrote: Get rid off pin/unpin and evict and swap back gart page table which should make things less likely to break. +Christian Could you guys also clarify

Re: [PATCH 1/1] drm/amdgpu: recover gart table at resume

2021-10-19 Thread Christian König
Am 19.10.21 um 17:41 schrieb Andrey Grodzovsky: On 2021-10-19 9:22 a.m., Nirmoy Das wrote: Get rid off pin/unpin and evict and swap back gart page table which should make things less likely to break. +Christian Could you guys also clarify what exactly are the stability issues this fixes ?

Re: [PATCH 1/1] drm/amdgpu: recover gart table at resume

2021-10-19 Thread Christian König
Am 19.10.21 um 15:22 schrieb Nirmoy Das: Get rid off pin/unpin and evict and swap back gart page table which should make things less likely to break. Also remove 2nd call to amdgpu_device_evict_resources() as we don't need it. Signed-off-by: Nirmoy Das ---

Re: [PATCH 1/1] drm/amdgpu: recover gart table at resume

2021-10-19 Thread Andrey Grodzovsky
On 2021-10-19 9:22 a.m., Nirmoy Das wrote: Get rid off pin/unpin and evict and swap back gart page table which should make things less likely to break. +Christian Could you guys also clarify what exactly are the stability issues this fixes ? Andrey Also remove 2nd call to

[PATCH 1/1] drm/amdgpu: recover gart table at resume

2021-10-19 Thread Nirmoy Das
Get rid off pin/unpin and evict and swap back gart page table which should make things less likely to break. Also remove 2nd call to amdgpu_device_evict_resources() as we don't need it. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 5 -