diff options
| author | David Rosca <[email protected]> | 2025-02-28 13:12:10 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-03-14 03:08:25 +0000 |
| commit | 0a6e7b06bdbead2e43d56a2274b7e0c9c86d536e (patch) | |
| tree | 6920d8db78096bde330795f45329d5a82a86ffd4 /drivers/gpu/drm/amd/amdgpu/vi.c | |
| parent | drm/amdgpu: Fix JPEG video caps max size for navi1x and raven (diff) | |
| download | kernel-0a6e7b06bdbead2e43d56a2274b7e0c9c86d536e.tar.gz kernel-0a6e7b06bdbead2e43d56a2274b7e0c9c86d536e.zip | |
drm/amdgpu: Remove JPEG from vega and carrizo video caps
JPEG is only supported for VCN1+.
Signed-off-by: David Rosca <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Reviewed-by: Ruijing Dong <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vi.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/vi.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index 9b3510e53112..86d8bc10d90a 100644 --- a/drivers/gpu/drm/amd/amdgpu/vi.c +++ b/drivers/gpu/drm/amd/amdgpu/vi.c @@ -239,13 +239,6 @@ static const struct amdgpu_video_codec_info cz_video_codecs_decode_array[] = .max_pixels_per_frame = 4096 * 4096, .max_level = 186, }, - { - .codec_type = AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_JPEG, - .max_width = 4096, - .max_height = 4096, - .max_pixels_per_frame = 4096 * 4096, - .max_level = 0, - }, }; static const struct amdgpu_video_codecs cz_video_codecs_decode = |
