Commit 6ac27241 authored by Leo Liu's avatar Leo Liu Committed by Alex Deucher
Browse files

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: default avatarLeo Liu <leo.liu@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2eb16729
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 += \
+809 −0

File added.

Preview size limit exceeded, changes collapsed.

+42 −0

File added.

Preview size limit exceeded, changes collapsed.