Re: [PATCH i-g-t 5/6] tests/kms_color_pipeline: Remove unused color_depth and drm_format
"Borah, Chaitanya Kumar" <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/2026 5:33 PM, Swati Sharma wrote: > Remove the data->color_depth and data->drm_format assignments from > run_tests_for_plane() as they are not used anywhere in the color > pipeline test path. > LGTM Reviewed-by: Chaitanya Kumar Borah <[email protected]> > Assisted-by: Claude Opus 4.6 > Signed-off-by: Swati Sharma <[email protected]> > --- > tests/kms_color_pipeline.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/tests/kms_color_pipeline.c b/tests/kms_color_pipeline.c > index 3e821f8de..071b9ebfa 100644 > --- a/tests/kms_color_pipeline.c > +++ b/tests/kms_color_pipeline.c > @@ -336,9 +336,6 @@ run_tests_for_plane(data_t *data) > test_setup(data, > crtc); > > - data->color_depth = 8; > - data->drm_format = DRM_FORMAT_XRGB8888; > - > test_plane_colorops(data, crtc, > plane_colorops_tests[i].fb_colors, > plane_colorops_tests[i].exp_colors,