Re: [PATCH 04/10] drm/tests: Add test for drm_framebuffer_check_src_coords()

2023-08-26 Thread MaĆ­ra Canal
Hi Carlos, On 8/25/23 13:07, Carlos Eduardo Gallo Filho wrote: Add a parametrized test for the drm_framebuffer_check_src_coords function. Signed-off-by: Carlos Eduardo Gallo Filho --- drivers/gpu/drm/drm_framebuffer.c| 1 + drivers/gpu/drm/tests/drm_framebuffer_test.c | 61

[PATCH 04/10] drm/tests: Add test for drm_framebuffer_check_src_coords()

2023-08-25 Thread Carlos Eduardo Gallo Filho
Add a parametrized test for the drm_framebuffer_check_src_coords function. Signed-off-by: Carlos Eduardo Gallo Filho --- drivers/gpu/drm/drm_framebuffer.c| 1 + drivers/gpu/drm/tests/drm_framebuffer_test.c | 61 2 files changed, 62 insertions(+) diff --git a/dr