[PATCH i-g-t 5/6] tests/kms_color_pipeline: Remove unused color_depth and drm_format
Swati Sharma <[email protected]> Tue, 28 Jul 2026 00:25:30 +0530
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
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. 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 2bd6722a7..03c8a0d4b 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, -- 2.25.1