Re: [PATCH v2 3/5] drm/tests: Test drm_rect_calc_vscale()

2023-04-03 Thread MaĆ­ra Canal
Hi Arthur, On 3/27/23 10:38, Arthur Grillo wrote: Insert test for the drm_rect_vscale() function, besides the test for the usual case it also test for the exceptions. Signed-off-by: Arthur Grillo --- drivers/gpu/drm/tests/drm_rect_test.c | 56 +++ 1 file changed, 56

[PATCH v2 3/5] drm/tests: Test drm_rect_calc_vscale()

2023-03-27 Thread Arthur Grillo
Insert test for the drm_rect_vscale() function, besides the test for the usual case it also test for the exceptions. Signed-off-by: Arthur Grillo --- drivers/gpu/drm/tests/drm_rect_test.c | 56 +++ 1 file changed, 56 insertions(+) diff --git a/drivers/gpu/drm/tests/drm_r