summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorJames Zhu <James.Zhu@amd.com>2021-10-09 16:58:10 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-05-04 10:43:56 -0400
commitb13111de32a9202c6d58bb7e4c06296b99c4d7e3 (patch)
treee68b977f7b986882081761d8ed950a5381b683fb /drivers/gpu/drm/amd/amdgpu/Makefile
parent8da1170a16e4d4b49fa07d1f75ad480847ff7eca (diff)
downloadlinux-stable-b13111de32a9202c6d58bb7e4c06296b99c4d7e3.tar.gz
linux-stable-b13111de32a9202c6d58bb7e4c06296b99c4d7e3.tar.bz2
linux-stable-b13111de32a9202c6d58bb7e4c06296b99c4d7e3.zip
drm/amdgpu/jpeg: add jpeg support for VCN4_0_0
Add jpeg support for VCN4_0_0. Reviewed-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Sonny Jiang <sonny.jiang@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: James Zhu <James.Zhu@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 065939161961..7c7f946f1e6f 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -176,7 +176,8 @@ amdgpu-y += \
jpeg_v1_0.o \
jpeg_v2_0.o \
jpeg_v2_5.o \
- jpeg_v3_0.o
+ jpeg_v3_0.o \
+ jpeg_v4_0.o
# add ATHUB block
amdgpu-y += \