Skip to content

Commit 78ad5cd

Browse files
Ben Gozalexdeucher
authored andcommitted
drm/amdgpu: Configure doorbell to maximum slots
Signed-off-by: Ben Goz <[email protected]> Acked-by: Oded Gabbay <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent cd06bf6 commit 78ad5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3128,7 +3128,7 @@ static int gfx_v8_0_cp_compute_resume(struct amdgpu_device *adev)
31283128
WREG32(mmCP_MEC_DOORBELL_RANGE_LOWER,
31293129
AMDGPU_DOORBELL_KIQ << 2);
31303130
WREG32(mmCP_MEC_DOORBELL_RANGE_UPPER,
3131-
AMDGPU_DOORBELL_MEC_RING7 << 2);
3131+
0x7FFFF << 2);
31323132
}
31333133
tmp = RREG32(mmCP_HQD_PQ_DOORBELL_CONTROL);
31343134
tmp = REG_SET_FIELD(tmp, CP_HQD_PQ_DOORBELL_CONTROL,

0 commit comments

Comments
 (0)