Re: [PATCH i-g-t v3 6/6] tests/kms_color_pipeline: skip if not an intel device
Alex Hung <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/26 08:23, Melissa Wen wrote: > From documentation, the test requires i915 or xe driver, so make sure it > only runs with intel devices. In addition, it's a CRC-based test, making Should this test be moved to tests/intel/? > kms_colorop with writeback more aligned with color testing and > validation. Other drivers should work on adapting this test to their > needs if they are looking for CRC validation. > > Reviewed-by: Chaitanya Kumar Borah <[email protected]> > Signed-off-by: Melissa Wen <[email protected]> > --- > tests/kms_color_pipeline.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/kms_color_pipeline.c b/tests/kms_color_pipeline.c > index 78860a845..3978745a5 100644 > --- a/tests/kms_color_pipeline.c > +++ b/tests/kms_color_pipeline.c > @@ -372,6 +372,7 @@ int igt_main() > igt_display_require(&data.display, data.drm_fd); > data.display.has_plane_color_pipeline = has_plane_color_pipeline; > igt_require(data.display.is_atomic); > + igt_require(is_intel_device(data.drm_fd)); > } > > igt_subtest_group()