[PATCH] modetest: consider supported formats before selecting a DRM plane

2014-04-20 Thread Daniel Kurtz
On Fri, Mar 28, 2014 at 6:15 PM, Fabien DESSENNE wrote: > This fixes an issue where the DRM planes do not support the same pixel > formats. > The current implementation selects a DRM plane without checking whether > the pixel format is supported or not. As a consequence modetest may try > to set

[PATCH] modetest: consider supported formats before selecting a DRM plane

2014-04-18 Thread Benjamin Gaignard
Hi, Do we have something more to do get this patch merge ? Or do you see issue ? Regards, Benjamin 2014-04-04 16:36 GMT+02:00 Rob Clark : > On Fri, Mar 28, 2014 at 6:15 AM, Fabien DESSENNE > wrote: >> This fixes an issue where the DRM planes do not support the same pixel >> formats. >> The

[PATCH] modetest: consider supported formats before selecting a DRM plane

2014-04-04 Thread Rob Clark
On Fri, Mar 28, 2014 at 6:15 AM, Fabien DESSENNE wrote: > This fixes an issue where the DRM planes do not support the same pixel > formats. > The current implementation selects a DRM plane without checking whether > the pixel format is supported or not. As a consequence modetest may try > to set

[PATCH] modetest: consider supported formats before selecting a DRM plane

2014-04-04 Thread Fabien DESSENNE
SENNE > Subject: [PATCH] modetest: consider supported formats before selecting a > DRM plane > > This fixes an issue where the DRM planes do not support the same pixel > formats. > The current implementation selects a DRM plane without checking whether > the pixel format is support

[PATCH] modetest: consider supported formats before selecting a DRM plane

2014-03-28 Thread Fabien DESSENNE
This fixes an issue where the DRM planes do not support the same pixel formats. The current implementation selects a DRM plane without checking whether the pixel format is supported or not. As a consequence modetest may try to set up a plane not supporting the user request-format, which fails.