diff options
author | 2025-02-28 14:12:10 +0100 | |
---|---|---|
committer | 2025-03-13 23:08:25 -0400 | |
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 | wireguard-linux-0a6e7b06bdbead2e43d56a2274b7e0c9c86d536e.tar.xz wireguard-linux-0a6e7b06bdbead2e43d56a2274b7e0c9c86d536e.zip |
drm/amdgpu: Remove JPEG from vega and carrizo video caps
JPEG is only supported for VCN1+.
Signed-off-by: David Rosca <david.rosca@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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 = |