Re: [PATCH 0/4] KUnit tests for RGB565 conversion

2022-07-04 Thread José Expósito
Hi David, Sorry for not getting back to you sooner, I've been swamped with work this week. On Wed, Jun 29, 2022 at 03:27:44PM +0800, David Gow wrote: > These look pretty good overall to me, but there is one big issue > (which is actually with the previous series -- oops!), and a few small > styli

Re: [PATCH 0/4] KUnit tests for RGB565 conversion

2022-06-29 Thread Thomas Zimmermann
Hi Am 27.06.22 um 18:11 schrieb José Expósito: Hello everyone, This series is a follow up of the XRGB to RGB332 conversion KUnit tests. The first 3 patches refactor the existing test to make them agnostic of the target format and add support for "swab". The last patch adds the RGB565 con

Re: [PATCH 0/4] KUnit tests for RGB565 conversion

2022-06-28 Thread Tales
Em seg., 27 de jun. de 2022 às 13:13, José Expósito escreveu: > > Hello everyone, > > This series is a follow up of the XRGB to RGB332 conversion KUnit tests. > > The first 3 patches refactor the existing test to make them agnostic of the > target format and add support for "swab". > > The la

[PATCH 0/4] KUnit tests for RGB565 conversion

2022-06-27 Thread José Expósito
Hello everyone, This series is a follow up of the XRGB to RGB332 conversion KUnit tests. The first 3 patches refactor the existing test to make them agnostic of the target format and add support for "swab". The last patch adds the RGB565 conversion values, and shows how more formats will b