Commit 77385a2d authored by Likun Gao's avatar Likun Gao Committed by Alex Deucher
Browse files

drm/amdgpu: enable unmap doorbell handle for gfx v12_1



Enable unmapped doorbell handling for gfx v12_1.

Signed-off-by: default avatarLikun Gao <Likun.Gao@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c90ed181
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1228,7 +1228,7 @@ static int mes_v12_1_mqd_init(struct amdgpu_ring *ring)
	 * doorbell handling. This is a reserved CP internal register can
	 * not be accesss by others
	 */
	//mqd->cp_hqd_gfx_control = BIT(15);
	mqd->cp_hqd_gfx_control = BIT(15);

	return 0;
}