diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-06-15 07:49:56 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-06-15 07:49:56 +0000 |
commit | f17dad019f1d2eb4f9f11dadd69318fa40803f8e (patch) | |
tree | cce30e646c6aeb7ff6797e076c15eed1ea7bf8c2 /sys/dev | |
parent | 0c5274587958979dcdeb1c853cfeaea6ebe6fb46 (diff) |
drm/amdgpu: update VCN codec support for Yellow Carp
From Alex Deucher
2b7d9fd0f3725135b40571d6a44bbbaeead132fe in linux 5.15.y/5.15.47
97e50305542f384741a5b45699aba349fe9fca73 in mainline linux
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/amd/amdgpu/nv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/amd/amdgpu/nv.c b/sys/dev/pci/drm/amd/amdgpu/nv.c index 1dd3ca4acc7..2406c608582 100644 --- a/sys/dev/pci/drm/amd/amdgpu/nv.c +++ b/sys/dev/pci/drm/amd/amdgpu/nv.c @@ -170,6 +170,7 @@ static const struct amdgpu_video_codec_info yc_video_codecs_decode_array[] = { {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_HEVC, 8192, 4352, 186)}, {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_VP9, 8192, 4352, 0)}, {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_JPEG, 4096, 4096, 0)}, + {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_AV1, 8192, 4352, 0)}, }; static const struct amdgpu_video_codecs yc_video_codecs_decode = { |