Re: [PATCH v4 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests

2022-09-10 Thread kernel test robot
Hi Maíra, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on next-20220909] [cannot apply to linus/master v6.0-rc4] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch

[PATCH v4 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests

2022-09-10 Thread Maíra Canal
The igt_check_drm_framebuffer_create is based on a loop that executes tests for all createbuffer_tests test cases. This could be better represented by parameterized tests, provided by KUnit. So, convert the igt_check_drm_framebuffer_create into parameterized tests. Signed-off-by: Maíra Canal Rev