Skip to content

Commit

Permalink
Revert "drm/amdgpu: Configure doorbell to maximum slots"
Browse files Browse the repository at this point in the history
This reverts commit 78ad5cd.
This commit breaks dpm and suspend/resume on CZ.
  • Loading branch information
alexdeucher committed Aug 12, 2015
1 parent 8c8bac5 commit b8826b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
Original file line number Diff line number Diff line change
Expand Up @@ -3135,7 +3135,7 @@ static int gfx_v8_0_cp_compute_resume(struct amdgpu_device *adev)
WREG32(mmCP_MEC_DOORBELL_RANGE_LOWER,
AMDGPU_DOORBELL_KIQ << 2);
WREG32(mmCP_MEC_DOORBELL_RANGE_UPPER,
0x7FFFF << 2);
AMDGPU_DOORBELL_MEC_RING7 << 2);
}
tmp = RREG32(mmCP_HQD_PQ_DOORBELL_CONTROL);
tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,
Expand Down

0 comments on commit b8826b0

Please sign in to comment.