d4983983d9
Amlogic SoCs have a repository of 256 canvas which they use to describe pixel buffers. They contain metadata like width, height, block mode, endianness [..] Many IPs within those SoCs like vdec/vpu rely on those canvas to read/write pixels. Reviewed-by: Jerome Brunet <jbrunet@baylibre.com> Tested-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
5 lines
208 B
Makefile
5 lines
208 B
Makefile
obj-$(CONFIG_MESON_CANVAS) += meson-canvas.o
|
|
obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o
|
|
obj-$(CONFIG_MESON_GX_PM_DOMAINS) += meson-gx-pwrc-vpu.o
|
|
obj-$(CONFIG_MESON_MX_SOCINFO) += meson-mx-socinfo.o
|