summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2019-11-08 10:07:56 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-11-19 10:12:49 -0500
commit9d9cc9b8fe85e7c7cdfc58b61830ca38f770cab1 (patch)
tree801ea7b793018c840f8607fb51e9d4465113157f /drivers/gpu/drm/amd/amdgpu/Makefile
parent88a1c40a04de534353fe7389654557aa886bc445 (diff)
downloadlinux-stable-9d9cc9b8fe85e7c7cdfc58b61830ca38f770cab1.tar.gz
linux-stable-9d9cc9b8fe85e7c7cdfc58b61830ca38f770cab1.tar.bz2
linux-stable-9d9cc9b8fe85e7c7cdfc58b61830ca38f770cab1.zip
drm/amdgpu: add amdgpu_jpeg and JPEG tests
It will be used for all versions of JPEG eventually. Previous JPEG tests will be removed later since they are still used by JPEG2.x. Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Makefile b/drivers/gpu/drm/amd/amdgpu/Makefile
index ca0e435559d5..b6c9d54266dc 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -147,12 +147,13 @@ amdgpu-y += \
vce_v3_0.o \
vce_v4_0.o
-# add VCN block
+# add VCN and JPEG block
amdgpu-y += \
amdgpu_vcn.o \
vcn_v1_0.o \
vcn_v2_0.o \
- vcn_v2_5.o
+ vcn_v2_5.o \
+ amdgpu_jpeg.o
# add ATHUB block
amdgpu-y += \