Skip to content

Commit

Permalink
drm/amdgpu: Enable gpu recovery by default for rocm-1.9
Browse files Browse the repository at this point in the history
BUG: SWDEV-164036 GPU reset failes to happen

Change-Id: I32e9f3dd3522d1043fb87964797e262564537293
Signed-off-by: shaoyunl <Shaoyun.Liu@amd.com>
  • Loading branch information
shaoyunl authored and Felix Kuehling committed Sep 5, 2018
1 parent effa11e commit 70c17ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int amdgpu_param_buf_per_se = 0;
int amdgpu_job_hang_limit = 0;
int amdgpu_lbpw = -1;
int amdgpu_compute_multipipe = -1;
int amdgpu_gpu_recovery = -1; /* auto */
int amdgpu_gpu_recovery = 1; /* enabled */
int amdgpu_emu_mode = 0;
uint amdgpu_smu_memory_pool_size = 0;

Expand Down

0 comments on commit 70c17ab

Please sign in to comment.