Re: [PATCH weston v12 39/40] compositor-drm: Support plane IN_FORMATS

2017-09-28 Thread Pekka Paalanen
On Tue, 26 Sep 2017 18:16:12 +0100 Daniel Stone wrote: > From: Sergi Granell > > The per-plane IN_FORMATS property adds information about format > modifiers; we can use these to both feed GBM with the set of modifiers > we want to use for rendering, and also as an early-out test when we're > tr

[PATCH weston v12 39/40] compositor-drm: Support plane IN_FORMATS

2017-09-26 Thread Daniel Stone
From: Sergi Granell The per-plane IN_FORMATS property adds information about format modifiers; we can use these to both feed GBM with the set of modifiers we want to use for rendering, and also as an early-out test when we're trying to see if a FB will go on a particular plane. Signed-off-by: Se