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/soc15.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/soc15.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index d6db75258e66..659eab9b90be 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c @@ -107,7 +107,6 @@ static const struct amdgpu_video_codec_info vega_video_codecs_decode_array[] = {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG4_AVC, 4096, 4096, 52)}, {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_VC1, 1920, 1088, 4)}, {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_HEVC, 4096, 4096, 186)}, - {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_JPEG, 4096, 4096, 0)}, }; static const struct amdgpu_video_codecs vega_video_codecs_decode = |
