Re: [PATCH 1/6] drm/format-helper: Test default pitch fallback

2023-08-09 Thread André Almeida
Hi, Em 21/07/2023 15:23, Arthur Grillo escreveu: Test the default pitch fallback when NULL is passed as the dst_pitch on the conversion procedures. Signed-off-by: Arthur Grillo --- With Maíra's comment about the duplicated drm_fb_xrgb_to_rgb565() addressed: Reviewed-by: André Almeida

Re: [PATCH 1/6] drm/format-helper: Test default pitch fallback

2023-08-05 Thread Maira Canal
Hi Arthur, Just nitpicking, but... On 7/21/23 15:23, Arthur Grillo wrote: Test the default pitch fallback when NULL is passed as the dst_pitch on the conversion procedures. Signed-off-by: Arthur Grillo --- .../gpu/drm/tests/drm_format_helper_test.c| 132 -- 1 file chang

[PATCH 1/6] drm/format-helper: Test default pitch fallback

2023-07-21 Thread Arthur Grillo
Test the default pitch fallback when NULL is passed as the dst_pitch on the conversion procedures. Signed-off-by: Arthur Grillo --- .../gpu/drm/tests/drm_format_helper_test.c| 132 -- 1 file changed, 87 insertions(+), 45 deletions(-) diff --git a/drivers/gpu/drm/tests/drm_fo