Re: [PATCH 1/2] drm/tidss: Fix initial plane zpos values

2024-02-13 Thread Tomi Valkeinen
Hi, On 13/02/2024 11:04, Pekka Paalanen wrote: On Tue, 13 Feb 2024 10:16:36 +0200 Tomi Valkeinen wrote: When the driver sets up the zpos property it sets the default zpos value to the HW id of the plane. That is fine as such, but as on many DSS versions the driver arranges the DRM planes in

Re: [PATCH 1/2] drm/tidss: Fix initial plane zpos values

2024-02-16 Thread Tomi Valkeinen
Hi, On 13/02/2024 13:39, Daniel Stone wrote: Hi, On Tue, 13 Feb 2024 at 10:18, Marius Vlad wrote: On Tue, Feb 13, 2024 at 11:57:59AM +0200, Tomi Valkeinen wrote: I haven't. I'm quite unfamiliar with Weston, and Randolph from TI (cc'd) has been working on the Weston side of

[PATCH weston] compositor-drm: support RGB565 with pixman renderer

2016-06-20 Thread Tomi Valkeinen
From: Tomi Valkeinen At the moment only XRGB is supported when using pixman renderer. This patch adds support also for RGB565. Signed-off-by: Tomi Valkeinen --- src/compositor-drm.c | 62 ++-- 1 file changed, 55 insertions(+), 7 deletions

Re: [PATCH weston] compositor-drm: support RGB565 with pixman renderer

2016-06-20 Thread Tomi Valkeinen
On 21/06/16 04:32, Daniel Stone wrote: > On 20 June 2016 at 21:18, Tomi Valkeinen wrote: >> At the moment only XRGB is supported when using pixman renderer. >> This patch adds support also for RGB565. > > 16bpp in 2016? Ouch. :( Yeah... Well, it cuts the mem bandwi