diff options
| author | Hawking Zhang <Hawking.Zhang@amd.com> | 2025-02-24 10:03:27 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-12-08 13:56:38 -0500 |
| commit | 297b0cebbcc3aad3fde692c988d5aa19f7b652b2 (patch) | |
| tree | 983a922af282d4f9f0bdd8e04f4c0caa790d1162 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | c71980a3fc1dd7bf2f3c10b113d917e9f3cd10ae (diff) | |
| download | linux-next-297b0cebbcc3aad3fde692c988d5aa19f7b652b2.tar.gz linux-next-297b0cebbcc3aad3fde692c988d5aa19f7b652b2.zip | |
drm/amdgpu: Add soc v1_0 support
v1_0 is a new generation ip block
v2: squash in doorbell changes (Alex)
v3: squash in xclk, reset placeholders, pcie r|wreg ext callbacks
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Le Ma <le.ma@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 a9b89994c6de..39d636eba52a 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -86,7 +86,7 @@ amdgpu-y += \ nbio_v7_2.o hdp_v4_0.o hdp_v5_0.o aldebaran_reg_init.o aldebaran.o soc21.o soc24.o \ sienna_cichlid.o smu_v13_0_10.o nbio_v4_3.o hdp_v6_0.o nbio_v7_7.o hdp_v5_2.o lsdma_v6_0.o \ nbio_v7_9.o aqua_vanjaram.o nbio_v7_11.o lsdma_v7_0.o hdp_v7_0.o nbif_v6_3_1.o \ - cyan_skillfish_reg_init.o + cyan_skillfish_reg_init.o soc_v1_0.o # add DF block amdgpu-y += \ |
