Re: [PATCH 1/1] drm/amdgpu: Disable retry faults in VMID0

2019-09-09 Thread Christian König
Am 05.09.19 um 01:31 schrieb Kuehling, Felix: There is no point retrying page faults in VMID0. Those faults are always fatal. Signed-off-by: Felix Kuehling Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 2 ++ drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c | 2 ++

Re: [PATCH 1/1] drm/amdgpu: Disable retry faults in VMID0

2019-09-05 Thread Huang, Ray
On Thu, Sep 05, 2019 at 07:31:11AM +0800, Kuehling, Felix wrote: > There is no point retrying page faults in VMID0. Those faults are > always fatal. > > Signed-off-by: Felix Kuehling Thanks! I have verified it in my platform. Reviewed-and-Tested-by: Huang Rui > --- >

Re: [PATCH 1/1] drm/amdgpu: Disable retry faults in VMID0

2019-09-05 Thread Yang, Philip
VMID0 init path was missed when enabling amdgpu_noretry option. Good catch and fix. Reviewed-by: Philip Yang On 2019-09-04 7:31 p.m., Kuehling, Felix wrote: > There is no point retrying page faults in VMID0. Those faults are > always fatal. > > Signed-off-by: Felix Kuehling > --- >

[PATCH 1/1] drm/amdgpu: Disable retry faults in VMID0

2019-09-04 Thread Kuehling, Felix
There is no point retrying page faults in VMID0. Those faults are always fatal. Signed-off-by: Felix Kuehling --- drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 2 ++ drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c | 2 ++ drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 2 ++