mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
The BCM2711 and BCM2712 SoCs used on Rapsberry Pi 4 and Raspberry Pi 5 boards include an HEVC decoder block. Add a driver for it. Signed-off-by: John Cox <john.cox@raspberrypi.com> Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
7 lines
109 B
Makefile
7 lines
109 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y += hevc_dec/
|
|
obj-y += pisp_be/
|
|
obj-y += rp1-cfe/
|
|
obj-y += rp1_cfe/
|