kernel: add support for imx vpu
authorKoen Vandeputte <koen.vandeputte@citymesh.com>
Wed, 5 Jul 2023 11:19:28 +0000 (13:19 +0200)
committerKoen Vandeputte <koen.vandeputte@citymesh.com>
Fri, 7 Jul 2023 06:20:59 +0000 (08:20 +0200)
commit7a726297a7bad1a71e17dcebf0849f0da0468d40
tree046a789a912aff9080230d114c7956afe9fb371e
parentf1a9240f0b6c3a5e167c7624ab781bca9a1b6010
kernel: add support for imx vpu

This adds support for the Video Processing Unit IP block
which is present in certain i.MX SOC's.

The vpu used in imx6 is the coda960 which supports:
- h264 enc
- h264 dec
- jpeg enc
- jpeg dec

Please note that the required firmware needs to be added
by yourself as it's not available currently in linux-firmware upstream.

The firmware package can be found on the internet
and it will decompress itself exposing all binaries
after accepting the EULA.

The binaries should be placed at exactly these paths:

- /lib/firmware/vpu_fw_imx6d.bin
- /lib/firmware/vpu_fw_imx6q.bin

Following output will be printed at boottime if all is well:

[    9.769638] coda 2040000.vpu: Firmware code revision: 46076
[    9.775277] coda 2040000.vpu: Initialized CODA960.
[    9.780082] coda 2040000.vpu: Firmware version: 3.1.1
[    9.785312] coda 2040000.vpu: coda-jpeg-encoder registered as video0
[    9.791859] coda 2040000.vpu: coda-jpeg-decoder registered as video1
[    9.798375] coda 2040000.vpu: coda-video-encoder registered as video2
[    9.805013] coda 2040000.vpu: coda-video-decoder registered as video3

gstreamer will automatically detect and use all encoders/decoders.

Please note that a FILES catch-all is required for the videobuf-dma objects
as some modules enabling this could require (and thus generating) only 1 of them.

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
package/kernel/linux/modules/video.mk