diff options
| author | Srinivasan Shanmugam <[email protected]> | 2023-04-05 15:11:09 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-04-11 22:03:43 +0000 |
| commit | 11f25c844e29f85abb0b3ffdb360a2f82a2c4ed0 (patch) | |
| tree | c3b063784d8ca13a8b2ce144a341757e4d2efd1a /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amd/display: Fix potential null dereference (diff) | |
| download | kernel-11f25c844e29f85abb0b3ffdb360a2f82a2c4ed0.tar.gz kernel-11f25c844e29f85abb0b3ffdb360a2f82a2c4ed0.zip | |
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 <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Mario Limonciello <[email protected]>
Cc: Kent Russell <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Mario Limonciello <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 8cf2cc50b3de..833996291dee 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -185,7 +185,6 @@ extern char *amdgpu_disable_cu; extern char *amdgpu_virtual_display; extern uint amdgpu_pp_feature_mask; extern uint amdgpu_force_long_training; -extern int amdgpu_job_hang_limit; extern int amdgpu_lbpw; extern int amdgpu_compute_multipipe; extern int amdgpu_gpu_recovery; |
