diff options
| author | Leo Liu <[email protected]> | 2019-11-11 14:56:32 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-11-19 15:12:50 +0000 |
| commit | 14f43e8f88c57bbeaed3d05f13efab733f5e2338 (patch) | |
| tree | af772c3d89c171b3bbaaa09fef8be29f42d9cd48 /drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h | |
| parent | drm/amdgpu: enable JPEG2.0 for Navi1x and Renoir (diff) | |
| download | kernel-14f43e8f88c57bbeaed3d05f13efab733f5e2338.tar.gz kernel-14f43e8f88c57bbeaed3d05f13efab733f5e2338.zip | |
drm/amdgpu: move JPEG2.5 out from VCN2.5
And clean up the duplicated stuff
Signed-off-by: Leo Liu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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 5e2e06ec13df..5131a0a1bc8a 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h @@ -26,6 +26,9 @@ #define AMDGPU_MAX_JPEG_INSTANCES 2 +#define AMDGPU_JPEG_HARVEST_JPEG0 (1 << 0) +#define AMDGPU_JPEG_HARVEST_JPEG1 (1 << 1) + struct amdgpu_jpeg_reg{ unsigned jpeg_pitch; }; |
