Re: [PATCH v3 2/3] soc: amlogic: add meson-canvas driver

From: Kevin Hilman
Date: Thu Sep 13 2018 - 00:52:21 EST


Maxime Jourdan <mjourdan@xxxxxxxxxxxx> writes:

> 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@xxxxxxxxxxxx>
> Tested-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
> Signed-off-by: Maxime Jourdan <mjourdan@xxxxxxxxxxxx>

Applied patches 1,2 to v4.20/drivers and added an
"amlogic-drivers-canvas" tag as requested.

Kevin