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:
2634ef1
)
drm/amdgpu: Add gmc v12_1_0 to discovery list
author
Likun Gao
<Likun.Gao@amd.com>
Thu, 13 Feb 2025 02:22:34 +0000
(10:22 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:35 +0000
(13:56 -0500)
Include gmc v12_1_0 in the discovery list for
gmc IP blocks.
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Le Ma <le.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index
6311b66
..
0e743f6
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@
-2044,6
+2044,7
@@
static int amdgpu_discovery_set_gmc_ip_blocks(struct amdgpu_device *adev)
break;
case IP_VERSION(12, 0, 0):
case IP_VERSION(12, 0, 1):
+ case IP_VERSION(12, 1, 0):
amdgpu_device_ip_block_add(adev, &gmc_v12_0_ip_block);
break;
default: