aboutsummaryrefslogtreecommitdiff
path: root/include/linux/soc/amlogic/meson-canvas.h
AgeCommit message (Collapse)AuthorFilesLines
2019-07-17drm/meson: drop use of drmP.hSam Ravnborg1-0/+1
Drop use of the deprecated drmP.h header. While doing so used the opportunity to clean up a little so includes are now sorted and removed unused include files. In a few cases added some forwards to allow header files to built in different include order. Signed-off-by: Sam Ravnborg <[email protected]> Acked-by: Emil Velikov <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Kevin Hilman <[email protected]> Cc: Maxime Jourdan <[email protected]> Cc: Jerome Brunet <[email protected]> Cc: [email protected] Cc: [email protected] Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2018-09-12soc: amlogic: add meson-canvas driverMaxime Jourdan1-0/+65
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 <[email protected]> Tested-by: Neil Armstrong <[email protected]> Signed-off-by: Maxime Jourdan <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>