projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f40fc19
)
drm/amdgpu: add UMC 8.11.0 support
author
Flora Cui
<flora.cui@amd.com>
Fri, 15 Apr 2022 14:17:23 +0000
(10:17 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 5 May 2022 20:51:54 +0000
(16:51 -0400)
Add initial support for UMC 8.11.0.
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Flora Cui <flora.cui@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
index f1c73c5a050720213cde35b31473f3f208994183..f3adcdd591b23885c25bfa777bc51057b0bf89b9 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c
@@
-542,6
+542,7
@@
static void gmc_v11_0_set_umc_funcs(struct amdgpu_device *adev)
{
switch (adev->ip_versions[UMC_HWIP][0]) {
case IP_VERSION(8, 10, 0):
+ case IP_VERSION(8, 11, 0):
break;
default:
break;