aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
diff options
context:
space:
mode:
authorJingwen Chen <Jingwen.Chen2@amd.com>2021-07-20 18:35:35 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-07-23 10:08:00 -0400
commitff99849b00fef595ae46681ce0c2217a9f834332 (patch)
tree5837b66f83264ba3923b2ed0a6ba73302b8dd4b7 /drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
parentdrm/amdkfd: Update SMI throttle event bitmask (diff)
downloadlinux-dev-ff99849b00fef595ae46681ce0c2217a9f834332.tar.xz
linux-dev-ff99849b00fef595ae46681ce0c2217a9f834332.zip
drm/amd/amdgpu: consider kernel job always not guilty
[Why] Currently all timedout job will be considered to be guilty. In SRIOV multi-vf use case, the vf flr happens first and then job time out is found. There can be several jobs timeout during a very small time slice. And if the innocent sdma job time out is found before the real bad job, then the innocent sdma job will be set to guilty. This will lead to a page fault after resubmitting job. [How] If the job is a kernel job, we will always consider it not guilty Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Jingwen Chen <Jingwen.Chen2@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c')
0 files changed, 0 insertions, 0 deletions