Re: [PATCH v3 7/8] drm/simpledrm: Support the XB24/AB24 format

2022-11-18 Thread Thierry Reding
On Fri, Nov 18, 2022 at 05:10:38PM +0100, Thomas Zimmermann wrote: > Hi > > Am 18.11.22 um 16:44 schrieb Thierry Reding: > > On Fri, Nov 18, 2022 at 04:08:23PM +0100, Thomas Zimmermann wrote: > > > Hi > > > > > > Am 17.11.22 um 19:40 schrieb Thierry Reding: > > > > From: Thierry Reding > > > >

Re: [PATCH v3 7/8] drm/simpledrm: Support the XB24/AB24 format

2022-11-18 Thread Thomas Zimmermann
Hi Am 18.11.22 um 16:44 schrieb Thierry Reding: On Fri, Nov 18, 2022 at 04:08:23PM +0100, Thomas Zimmermann wrote: Hi Am 17.11.22 um 19:40 schrieb Thierry Reding: From: Thierry Reding Add XB24 and AB24 to the list of supported formats. The format helpers support conversion to these formats

Re: [PATCH v3 7/8] drm/simpledrm: Support the XB24/AB24 format

2022-11-18 Thread Thierry Reding
On Fri, Nov 18, 2022 at 04:08:23PM +0100, Thomas Zimmermann wrote: > Hi > > Am 17.11.22 um 19:40 schrieb Thierry Reding: > > From: Thierry Reding > > > > Add XB24 and AB24 to the list of supported formats. The format helpers > > support conversion to these formats and they are documented in the

Re: [PATCH v3 7/8] drm/simpledrm: Support the XB24/AB24 format

2022-11-18 Thread Thomas Zimmermann
Hi Am 17.11.22 um 19:40 schrieb Thierry Reding: From: Thierry Reding Add XB24 and AB24 to the list of supported formats. The format helpers support conversion to these formats and they are documented in the simple-framebuffer device tree bindings. Signed-off-by: Thierry Reding --- Changes in