]> git.ipfire.org Git - thirdparty/linux-firmware.git/commit
amlogic: add video decoder firmwares
authorMaxime Jourdan <mjourdan@baylibre.com>
Mon, 13 May 2019 09:24:32 +0000 (11:24 +0200)
committerMaxime Jourdan <mjourdan@baylibre.com>
Mon, 13 May 2019 10:00:21 +0000 (12:00 +0200)
commite04cc56d0e6b6ff05924ff88fdba1a438ee7d3c8
tree366aff26cb1a43b8602c6e993243cec4eb26b959
parent92e17d0dd2437140fab044ae62baf69b35d7d1fa
amlogic: add video decoder firmwares

Add the firmwares for various video compression standards that are
required to decode video on Amlogic SoCs using hardware acceleration.

They are listed under a custom redistributable license provided by
Amlogic.

Although the filelist is not complete yet (there are a _lot_ of
different codec/SoC combinations), the firmwares added here are
supported and tested with the work-in-progress mainline driver.

The latest submission for the mainline driver can be found here[1], and
the development tree can be found here[2].

[1] https://patchwork.kernel.org/cover/10879959/
[2] https://github.com/Elyotna/linux

Cc: Arden Jin <Arden.Jin@amlogic.com>
Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
13 files changed:
LICENSE.amlogic_vdec [new file with mode: 0644]
WHENCE
meson/vdec/g12a_h264.bin [new file with mode: 0644]
meson/vdec/g12a_vp9.bin [new file with mode: 0644]
meson/vdec/gxbb_h264.bin [new file with mode: 0644]
meson/vdec/gxl_h263.bin [new file with mode: 0644]
meson/vdec/gxl_h264.bin [new file with mode: 0644]
meson/vdec/gxl_hevc.bin [new file with mode: 0644]
meson/vdec/gxl_hevc_mmu.bin [new file with mode: 0644]
meson/vdec/gxl_mjpeg.bin [new file with mode: 0644]
meson/vdec/gxl_mpeg12.bin [new file with mode: 0644]
meson/vdec/gxl_mpeg4_5.bin [new file with mode: 0644]
meson/vdec/gxm_h264.bin [new file with mode: 0644]