summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/Makefile
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2019-11-08 13:26:46 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-11-19 10:12:50 -0500
commit6ac27241106bc946bd50032f4cd96899c6a6fe69 (patch)
tree6523bdf5216b3cfe809edc3e7924161751a1eda7 /drivers/gpu/drm/amd/amdgpu/Makefile
parent2eb167293f5738c7d6b89ca154b5fddd04774db3 (diff)
drm/amdgpu: add JPEG v2.0 function supports
It got separated from VCN2.0 with a new jpeg_v2_0_ip_block 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/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 b6d4b227590a..c48b3bd73dfe 100644
--- a/drivers/gpu/drm/amd/amdgpu/Makefile
+++ b/drivers/gpu/drm/amd/amdgpu/Makefile
@@ -154,7 +154,8 @@ amdgpu-y += \
vcn_v2_0.o \
vcn_v2_5.o \
amdgpu_jpeg.o \
- jpeg_v1_0.o
+ jpeg_v1_0.o \
+ jpeg_v2_0.o
# add ATHUB block
amdgpu-y += \