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

2018-09-12 Thread Kevin Hilman
Maxime Jourdan 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: Je

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

2018-09-06 Thread Maxime Jourdan
Hi Kevin, Please create an immutable tag for this patch, as this is a hard dependency for the video decoder patches. This will make it easier for Mauro. Thanks, Maxime

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

2018-08-23 Thread Maxime Jourdan
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 Tested-by: Neil Armstrong