projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c90ed18
)
drm/amdgpu: enable unmap doorbell handle for gfx v12_1
author
Likun Gao
<Likun.Gao@amd.com>
Thu, 5 Jun 2025 02:34:32 +0000
(10:34 +0800)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
b/drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
index
0220074
..
cc2a715
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
+++ b/
drivers/gpu/drm/amd/amdgpu/mes_v12_1.c
@@
-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;
}