Re: [PATCH v3 7/9] drm/tests: Add test for drm_framebuffer_lookup()

2024-07-08 Thread Maxime Ripard
On Wed, 3 Jul 2024 14:22:26 -0300, Carlos Eduardo Gallo Filho wrote: > Add two KUnit test cases for the drm_framebuffer_lookup function, one for > the base case, that tests if the lookup finds the correct framebuffer object > and another that tests the lookup for an inexistent framebuffer. > > Sig

[PATCH v3 7/9] drm/tests: Add test for drm_framebuffer_lookup()

2024-07-03 Thread Carlos Eduardo Gallo Filho
Add two KUnit test cases for the drm_framebuffer_lookup function, one for the base case, that tests if the lookup finds the correct framebuffer object and another that tests the lookup for an inexistent framebuffer. Signed-off-by: Carlos Eduardo Gallo Filho --- v2: - Reorder kunit cases alphabe