Re: [PATCH 2/6] drm/format-helper: Add KUnit tests for drm_fb_swab()

2023-08-09 Thread André Almeida
Em 21/07/2023 15:23, Arthur Grillo escreveu: Insert parameterized test for the drm_fb_swab() to ensure correctness and prevent future regressions. Signed-off-by: Arthur Grillo --- [...] + .dst_pitch = TEST_USE_DEFAULT_PITCH, + .expected = { +

Re: [PATCH 2/6] drm/format-helper: Add KUnit tests for drm_fb_swab()

2023-08-05 Thread Maira Canal
On 7/21/23 15:23, Arthur Grillo wrote: Insert parameterized test for the drm_fb_swab() to ensure correctness and prevent future regressions. Signed-off-by: Arthur Grillo With the nit I pointed in patch #1 addressed, Reviewed-by: Maíra Canal Best Regards, - Maíra --- .../gpu/drm/tests/d