]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: enable unmap doorbell handle for gfx v12_1
authorLikun Gao <Likun.Gao@amd.com>
Thu, 5 Jun 2025 02:34:32 +0000 (10:34 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Dec 2025 22:35:02 +0000 (17:35 -0500)
Enable unmapped doorbell handling for gfx v12_1.

Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c

index 02200747446f18b1ce808ae1e9367dbb2c5ca3d9..cc2a715f373fdcf6db0d76caa1ab6a3729295986 100644 (file)
@@ -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;
 }