diff options
author | Tianci.Yin <tianci.yin@amd.com> | 2020-10-12 18:08:11 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-05-04 09:57:13 -0400 |
commit | 2279b4e5967f92ef5d12e153f33c9c89219855bd (patch) | |
tree | efb23c3739e6b256aeacd19d4a08c0d89f8eaf82 /drivers/gpu/drm/amd/amdgpu/Makefile | |
parent | ae460cd5663e007dbabd317b9dfdbdbcfb20476e (diff) |
drm/amdgpu: add gfxhub v3_0 ip block
Add support for gfxhub v3.0
Signed-off-by: Tianci.Yin <tianci.yin@amd.com>
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Makefile')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 93b83dd3978e..5d447a38e63c 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -88,7 +88,7 @@ amdgpu-y += \ gmc_v8_0.o \ gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o gfxhub_v1_1.o mmhub_v9_4.o \ gfxhub_v2_0.o mmhub_v2_0.o gmc_v10_0.o gfxhub_v2_1.o mmhub_v2_3.o \ - mmhub_v1_7.o + mmhub_v1_7.o gfxhub_v3_0.o # add UMC block amdgpu-y += \ |