Re: [PATCH 3/5] drm/amdgpu: allow higher level PD invalidations

2020-01-30 Thread Felix Kuehling
On 2020-01-30 7:49, Christian König wrote: Allow partial invalidation on unallocated PDs. This is useful when we need to silence faults to stop interrupt floods on Vega. Signed-off-by: Christian König Tested-by: Tom St Denis I already reviewed this a week ago. With two style nit-picks fixed,

[PATCH 3/5] drm/amdgpu: allow higher level PD invalidations

2020-01-30 Thread Christian König
Allow partial invalidation on unallocated PDs. This is useful when we need to silence faults to stop interrupt floods on Vega. Signed-off-by: Christian König Tested-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 23 ++- 1 file changed, 18 insertions(+), 5 dele