OSDN Git Service

drm/amdgpu: Disable retry faults in VMID0
authorFelix Kuehling <Felix.Kuehling@amd.com>
Wed, 4 Sep 2019 23:26:16 +0000 (19:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Sep 2019 14:54:34 +0000 (09:54 -0500)
commit7cae706193649460046c5134cf3b9acf678df8c1
treeb521977b7b25353d0c804049f5f39cd2bac0034b
parent4e66d7d2156243bf6866fc83cda0c4b115627e6d
drm/amdgpu: Disable retry faults in VMID0

There is no point retrying page faults in VMID0. Those faults are
always fatal.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-and-Tested-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c
drivers/gpu/drm/amd/amdgpu/gfxhub_v2_0.c
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
drivers/gpu/drm/amd/amdgpu/mmhub_v2_0.c
drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c