]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/amd/amdgpu: Drop the hang limit parameter
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Wed, 5 Apr 2023 15:11:09 +0000 (20:41 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Apr 2023 22:03:43 +0000 (18:03 -0400)
commit11f25c844e29f85abb0b3ffdb360a2f82a2c4ed0
treec3b063784d8ca13a8b2ce144a341757e4d2efd1a
parent52f1783ff4146344342422c1cd94fcb4ce39b6fe
drm/amd/amdgpu: Drop the hang limit parameter

The driver doesn't resubmit jobs on hangs any more, hence drop
the hang limit parameter - amdgpu_job_hang_limit, wherever it is used.

Suggested-by: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Kent Russell <kent.russell@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c