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

2023-08-09 Thread André Almeida
Em 21/07/2023 15:23, Arthur Grillo escreveu: Insert parameterized test for the drm_fb_clip_offset() to ensure correctness and prevent future regressions. Signed-off-by: Arthur Grillo --- .../gpu/drm/tests/drm_format_helper_test.c| 91 +++ 1 file changed, 91 insertions(+)

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

2023-08-05 Thread Maira Canal
On 7/21/23 15:23, Arthur Grillo wrote: Insert parameterized test for the drm_fb_clip_offset() to ensure correctness and prevent future regressions. Signed-off-by: Arthur Grillo Could you please use the prefix drm/tests in the commit message for all patches? Besides that: Reviewed-by: Maíra C

[PATCH 3/6] drm/format-helper: Add KUnit tests for drm_fb_clip_offset()

2023-07-21 Thread Arthur Grillo
Insert parameterized test for the drm_fb_clip_offset() to ensure correctness and prevent future regressions. Signed-off-by: Arthur Grillo --- .../gpu/drm/tests/drm_format_helper_test.c| 91 +++ 1 file changed, 91 insertions(+) diff --git a/drivers/gpu/drm/tests/drm_format_he