diff options
author | Maxime Jourdan <mjourdan@baylibre.com> | 2018-08-23 13:49:53 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-09-12 21:38:45 -0700 |
commit | d4983983d98710e4927fdb8de8e987c303b3fba3 (patch) | |
tree | 60753c338e54e10008487e0a9d896d7bfc3a122a /drivers/soc/amlogic/Makefile | |
parent | 5516803d48ed946320aba48fdf45bad383252891 (diff) |
soc: amlogic: add meson-canvas driver
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>
Diffstat (limited to 'drivers/soc/amlogic/Makefile')
-rw-r--r-- | drivers/soc/amlogic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/amlogic/Makefile b/drivers/soc/amlogic/Makefile index 8fa321893928..0ab16d35ac36 100644 --- a/drivers/soc/amlogic/Makefile +++ b/drivers/soc/amlogic/Makefile @@ -1,3 +1,4 @@ +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 |