Re: [PATCH 07/10] drm/tests: Add test for drm_framebuffer_init()

2023-09-14 Thread Carlos
Hi Maíra, On 9/8/23 5:22 PM, Maira Canal wrote: Hi Carlos, On 9/4/23 14:41, Carlos wrote: Hi Maíra, On 8/26/23 11:16, Maíra Canal wrote: Hi Carlos, On 8/25/23 13:11, Carlos Eduardo Gallo Filho wrote: Add a single KUnit test case for the drm_framebuffer_init function. Signed-off-by:

Re: [PATCH 07/10] drm/tests: Add test for drm_framebuffer_init()

2023-09-08 Thread Maira Canal
Hi Carlos, On 9/4/23 14:41, Carlos wrote: Hi Maíra, On 8/26/23 11:16, Maíra Canal wrote: Hi Carlos, On 8/25/23 13:11, Carlos Eduardo Gallo Filho wrote: Add a single KUnit test case for the drm_framebuffer_init function. Signed-off-by: Carlos Eduardo Gallo Filho ---  

Re: [PATCH 07/10] drm/tests: Add test for drm_framebuffer_init()

2023-09-04 Thread Carlos
Hi Maíra, On 8/26/23 11:16, Maíra Canal wrote: Hi Carlos, On 8/25/23 13:11, Carlos Eduardo Gallo Filho wrote: Add a single KUnit test case for the drm_framebuffer_init function. Signed-off-by: Carlos Eduardo Gallo Filho ---   drivers/gpu/drm/tests/drm_framebuffer_test.c | 52

Re: [PATCH 07/10] drm/tests: Add test for drm_framebuffer_init()

2023-08-26 Thread Maíra Canal
Hi Carlos, On 8/25/23 13:11, Carlos Eduardo Gallo Filho wrote: Add a single KUnit test case for the drm_framebuffer_init function. Signed-off-by: Carlos Eduardo Gallo Filho --- drivers/gpu/drm/tests/drm_framebuffer_test.c | 52 1 file changed, 52 insertions(+) diff

[PATCH 07/10] drm/tests: Add test for drm_framebuffer_init()

2023-08-25 Thread Carlos Eduardo Gallo Filho
Add a single KUnit test case for the drm_framebuffer_init function. Signed-off-by: Carlos Eduardo Gallo Filho --- drivers/gpu/drm/tests/drm_framebuffer_test.c | 52 1 file changed, 52 insertions(+) diff --git a/drivers/gpu/drm/tests/drm_framebuffer_test.c