Re: [PATCH v2 04/13] drm/format-helper: Store RGB565 in little-endian order

2022-12-23 Thread José Expósito
On Tue, Dec 20, 2022 at 05:11:36PM +0100, Thomas Zimmermann wrote: > Fix to-RGB565 conversion helpers to store the result in little- > endian byte order. Update test cases as well. > > Signed-off-by: Thomas Zimmermann Reviewed-by: José Expósito > --- > drivers/gpu/drm/drm_format_helper.c

Re: [PATCH v2 04/13] drm/format-helper: Store RGB565 in little-endian order

2022-12-21 Thread Maíra Canal
On 12/20/22 13:11, Thomas Zimmermann wrote:> Fix to-RGB565 conversion helpers to store the result in little- > endian byte order. Update test cases as well. > > Signed-off-by: Thomas Zimmermann Reviewed-by: Maíra Canal Best Regards, - Maíra Canal > --- > drivers/gpu/drm/drm_format_helper.c

[PATCH v2 04/13] drm/format-helper: Store RGB565 in little-endian order

2022-12-20 Thread Thomas Zimmermann
Fix to-RGB565 conversion helpers to store the result in little- endian byte order. Update test cases as well. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_format_helper.c | 9 + .../gpu/drm/tests/drm_format_helper_test.c| 20 ++- 2 files changed