diff options
author | Flora Cui <flora.cui@amd.com> | 2022-04-15 10:17:23 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-05-05 16:51:54 -0400 |
commit | 89ae779b496cf8a9ab009a8003a7ef8a12ca9f2d (patch) | |
tree | f35b225125703eefa42680533a1ae940d8c85ad1 /drivers/gpu/drm/amd/amdgpu | |
parent | f40fc1916ce8243c48cdfcdb97ba51a012c78af9 (diff) |
drm/amdgpu: add UMC 8.11.0 support
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c index f1c73c5a0507..f3adcdd591b2 100644 --- 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; |