OSDN Git Service

media: meson: vdec: add common HEVC decoder support
authorMaxime Jourdan <mjourdan@baylibre.com>
Wed, 4 Mar 2020 09:46:23 +0000 (10:46 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 5 Mar 2020 22:01:25 +0000 (23:01 +0100)
commit823a7300340e36ee2c1941e672f33c9419928d1c
tree9fc7c70501893c5a95b2c33b119e21376a36085b
parent09b455d1daf570457d076c5c0e9fa52103a67aed
media: meson: vdec: add common HEVC decoder support

Add support for the HEVC & VP9 common decoder support, handling
Amlogic GXBB, GXL, G12A and SM1 platforms.

This handles the "HEVC" hw decoder used for HEVC and VP9, and will be
using in the new H264 multi-instance decoder for G12A & SM1 platforms.

Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/meson/vdec/Makefile
drivers/staging/media/meson/vdec/codec_hevc_common.c [new file with mode: 0644]
drivers/staging/media/meson/vdec/codec_hevc_common.h [new file with mode: 0644]
drivers/staging/media/meson/vdec/hevc_regs.h [new file with mode: 0644]
drivers/staging/media/meson/vdec/vdec_hevc.c [new file with mode: 0644]
drivers/staging/media/meson/vdec/vdec_hevc.h [new file with mode: 0644]