drm/amdgpu: separate JPEG1.0 code out from VCN1.0

For VCN1.0, the separation is just in code wise, JPEG1.0 HW is still
included in the VCN1.0 HW.

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>
This commit is contained in:
Leo Liu
2019-11-08 10:17:06 -05:00
committato da Alex Deucher
parent 9d9cc9b8fe
commit bb0db70f3f
4 ha cambiato i file con 630 aggiunte e 470 eliminazioni

Vedi File

@@ -153,7 +153,8 @@ amdgpu-y += \
vcn_v1_0.o \
vcn_v2_0.o \
vcn_v2_5.o \
amdgpu_jpeg.o
amdgpu_jpeg.o \
jpeg_v1_0.o
# add ATHUB block
amdgpu-y += \