summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorSaleemkhan Jamadar <saleemkhan.jamadar@amd.com>2023-06-13 14:03:20 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-08-31 23:34:36 +0300
commit8f98a715da8e906cff5c635f9eb5399b84751557 (patch)
tree5770ca2369a3ce2f27fa82089029056d9d49d2d9 /drivers/gpu/drm/amd/amdgpu/Makefile
parent547aad32edac17a3ec4989d8aad2426d0cbeb590 (diff)
downloadlinux-8f98a715da8e906cff5c635f9eb5399b84751557.tar.xz
drm/amdgpu/jpeg: add jpeg support for VCN4_0_5
Add jpeg support for VCN4_0_5 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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index 3c4b26691989..97bce96e0e50 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -213,7 +213,8 @@ amdgpu-y += \
jpeg_v2_5.o \
jpeg_v3_0.o \
jpeg_v4_0.o \
- jpeg_v4_0_3.o
+ jpeg_v4_0_3.o \
+ jpeg_v4_0_5.o
# add VPE block
amdgpu-y += \