Re: [PATCH v4 4/5] drm/tests: Add test cases for drm_rect_rotate()

2023-04-17 Thread Maíra Canal
On 4/6/23 08:53, Arthur Grillo wrote: Insert a parameterized test for the drm_rect_rotate() to ensure correctness and prevent future regressions. All possible rotation modes are covered by the test. Signed-off-by: Arthur Grillo Thanks for the patch! Reviewed-by: Maíra Canal Best Regards,

[PATCH v4 4/5] drm/tests: Add test cases for drm_rect_rotate()

2023-04-06 Thread Arthur Grillo
Insert a parameterized test for the drm_rect_rotate() to ensure correctness and prevent future regressions. All possible rotation modes are covered by the test. Signed-off-by: Arthur Grillo --- drivers/gpu/drm/tests/drm_rect_test.c | 72 +++ 1 file changed, 72 insertions