OSDN Git Service

drm/amdgpu: separate JPEG1.0 code out from VCN1.0
authorLeo Liu <leo.liu@amd.com>
Fri, 8 Nov 2019 15:17:06 +0000 (10:17 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Nov 2019 15:12:49 +0000 (10:12 -0500)
commitbb0db70f3f75e0d994a627f22c3ff2d8ec6191c4
tree0c8dafb0b576c02bfba30fec55ba5f3b81bd9a51
parent9d9cc9b8fe85e7c7cdfc58b61830ca38f770cab1
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>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c