Commit 89ae779b authored by Flora Cui's avatar Flora Cui Committed by Alex Deucher

drm/amdgpu: add UMC 8.11.0 support

Add initial support for UMC 8.11.0.
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarFlora Cui <flora.cui@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f40fc191
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment