Re: [PATCH v2 03/13] drm/format-helper: Fix test-input format conversion

2022-12-23 Thread José Expósito
On Tue, Dec 20, 2022 at 05:11:35PM +0100, Thomas Zimmermann wrote: > Convert test input for format helpers from host byte order to > little-endian order. The current code does it the other way around, > but there's no effective difference to the result. > > Signed-off-by: Thomas Zimmermann Revie

Re: [PATCH v2 03/13] drm/format-helper: Fix test-input format conversion

2022-12-21 Thread Maíra Canal
On 12/20/22 13:11, Thomas Zimmermann wrote: > Convert test input for format helpers from host byte order to > little-endian order. The current code does it the other way around, > but there's no effective difference to the result. > > Signed-off-by: Thomas Zimmermann Reviewed-by: Maíra Canal B

[PATCH v2 03/13] drm/format-helper: Fix test-input format conversion

2022-12-20 Thread Thomas Zimmermann
Convert test input for format helpers from host byte order to little-endian order. The current code does it the other way around, but there's no effective difference to the result. Signed-off-by: Thomas Zimmermann --- .../gpu/drm/tests/drm_format_helper_test.c| 35 +-- 1 file