Re: [PATCH v3 2/9] drm/tests: Add parameters to the drm_test_framebuffer_create test

2024-07-08 Thread Maxime Ripard
On Wed, 3 Jul 2024 14:22:21 -0300, Carlos Eduardo Gallo Filho wrote: > Extend the existing test case to cover: > 1. Invalid flag atribute in the struct drm_mode_fb_cmd2. > 2. Pixel format which requires non-linear modifier with > DRM_FORMAT_MOD_LINEAR set. > 3. Buffer offset for inexistent plane >

[PATCH v3 2/9] drm/tests: Add parameters to the drm_test_framebuffer_create test

2024-07-03 Thread Carlos Eduardo Gallo Filho
Extend the existing test case to cover: 1. Invalid flag atribute in the struct drm_mode_fb_cmd2. 2. Pixel format which requires non-linear modifier with DRM_FORMAT_MOD_LINEAR set. 3. Buffer offset for inexistent plane Signed-off-by: Carlos Eduardo Gallo Filho --- v2: - Remove strcpy to strscpy