summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorSaleemkhan Jamadar <saleemkhan.jamadar@amd.com>2023-06-13 16:32:23 +0530
committerAlex Deucher <alexander.deucher@amd.com>2023-08-31 16:34:32 -0400
commit547aad32edac17a3ec4989d8aad2426d0cbeb590 (patch)
tree525f9fb679ac4776d3387be64cb3e20977773bf4 /drivers/gpu/drm/amd/amdgpu/Makefile
parentc2066c5fb322dbf7c6a4a2815d9d5d2976eac589 (diff)
downloadlinux-547aad32edac17a3ec4989d8aad2426d0cbeb590.tar.gz
linux-547aad32edac17a3ec4989d8aad2426d0cbeb590.tar.bz2
linux-547aad32edac17a3ec4989d8aad2426d0cbeb590.zip
drm/amdgpu: add VCN4 ip block support
Add VCN 4.0.5 initialization and decoder/encoder ring functions. v2 - update license year (Leo Liu) Signed-off-by: Saleemkhan Jamadar <saleemkhan.jamadar@amd.com> Acked-by: Leo Liu <leo.liu@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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 58f01bfd57a7..3c4b26691989 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -206,6 +206,7 @@ amdgpu-y += \
vcn_v3_0.o \
vcn_v4_0.o \
vcn_v4_0_3.o \
+ vcn_v4_0_5.o \
amdgpu_jpeg.o \
jpeg_v1_0.o \
jpeg_v2_0.o \