On Mon, Mar 11, 2019 at 06:45:41PM +0100, Philipp Zabel wrote: > On Mon, 2019-03-11 at 19:13 +0200, Marius Vlad wrote: > > From: Tomeu Vizoso > > > > We use a 16-bit pixel buffer format for the overlay plane, as some older > > HW might not be capable of driving a 32-bit pixel format. > > > > Changes since v2: > > - use 0 for igt_paint_color_alpha() alpha parameter, as ARGB1555 uses > > just 1 bit for (of) alpha. > > > > Changes since v1: > > - fix 'commitintg' with 'committing' (Philipp Zabel) > > - replace RGB565 with ARGB1555 (Philipp Zabel) > > - test plane if it supports the pixel format supplied (Philipp Zabel) > > > > Signed-off-by: Tomeu Vizoso > > Signed-off-by: Marius Vlad > > Reviewed-by: Philipp Zabel Thanks Philipp, patches have been pushed. > > regards > Philipp