diff options
| author | 2019-11-08 10:07:56 -0500 | |
|---|---|---|
| committer | 2019-11-19 10:12:49 -0500 | |
| commit | 9d9cc9b8fe85e7c7cdfc58b61830ca38f770cab1 (patch) | |
| tree | 801ea7b793018c840f8607fb51e9d4465113157f /drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h | |
| parent | drm/amdgpu: add JPEG HW IP and SW structures (diff) | |
| download | linux-dev-9d9cc9b8fe85e7c7cdfc58b61830ca38f770cab1.tar.xz linux-dev-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/amdgpu_jpeg.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h index 36e2b7340c97..a8d988c25f45 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h @@ -43,4 +43,7 @@ struct amdgpu_jpeg { unsigned harvest_config; }; +int amdgpu_jpeg_dec_ring_test_ring(struct amdgpu_ring *ring); +int amdgpu_jpeg_dec_ring_test_ib(struct amdgpu_ring *ring, long timeout); + #endif /*__AMDGPU_JPEG_H__*/ |
