diff options
| author | Alex Deucher <alexander.deucher@amd.com> | 2025-08-20 16:04:18 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-09-18 09:43:02 -0400 |
| commit | 18f769ff368c6b133a41b44ae673c329eb5d9f46 (patch) | |
| tree | 7d627e869c20214cf870bcb2faabf08464570591 /drivers/gpu/drm/amd/amdgpu/Makefile | |
| parent | 34f10da667090c66a4efcda895dd7b1766c1e2a1 (diff) | |
| download | linux-next-18f769ff368c6b133a41b44ae673c329eb5d9f46.tar.gz linux-next-18f769ff368c6b133a41b44ae673c329eb5d9f46.zip | |
drm/amdgpu: remove non-DC DCE 11 code
DC has been the default for ~8 years now and supports
many things that the non-DC code does not (audio, DP MST, etc.).
No DCE 11.x IPs ever supported analog encoders so that is not
an issue. Finally drop this code.
Acked-by: Timur Kristóf <timur.kristof@gmail.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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile index 2d0fea87af79..64e7acff8f18 100644 --- a/drivers/gpu/drm/amd/amdgpu/Makefile +++ b/drivers/gpu/drm/amd/amdgpu/Makefile @@ -138,7 +138,6 @@ amdgpu-y += \ # add DCE block amdgpu-y += \ dce_v10_0.o \ - dce_v11_0.o \ amdgpu_vkms.o # add GFX block |
