All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [i-g-t v2] tests/kms_color_chamelium: Skip CTM test if property is not present
@ 2021-09-15  3:33 Bhanuprakash Modem
  2021-09-15  4:17 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_color_chamelium: Skip CTM test if property is not present (rev2) Patchwork
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Bhanuprakash Modem @ 2021-09-15  3:33 UTC (permalink / raw)
  To: igt-dev; +Cc: Bhanuprakash Modem, Uma Shankar, Swati Sharma

CRTC property "CTM" is required for all CTM tests.

Fixes: https://gitlab.freedesktop.org/drm/intel/-/issues/4133
Cc: Uma Shankar <uma.shankar@intel.com>
Cc: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
Reviewed-by:  Swati Sharma <swati2.sharma@intel.com>
---
 tests/kms_color_chamelium.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/kms_color_chamelium.c b/tests/kms_color_chamelium.c
index bc4356bfa..7173bc69e 100644
--- a/tests/kms_color_chamelium.c
+++ b/tests/kms_color_chamelium.c
@@ -398,6 +398,8 @@ static void test_pipe_limited_range_ctm(data_t *data,
 	struct chamelium_port *port;
 	char *connected_ports[4];
 
+	igt_require(igt_pipe_obj_has_prop(primary->pipe, IGT_CRTC_CTM));
+
 	degamma_linear = generate_table(data->degamma_lut_size, 1.0);
 	gamma_linear = generate_table(data->gamma_lut_size, 1.0);
 
-- 
2.32.0

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-09-16  9:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15  3:33 [igt-dev] [i-g-t v2] tests/kms_color_chamelium: Skip CTM test if property is not present Bhanuprakash Modem
2021-09-15  4:17 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_color_chamelium: Skip CTM test if property is not present (rev2) Patchwork
2021-09-15 12:06   ` Petri Latvala
2021-09-15 12:12     ` Petri Latvala
2021-09-16  4:14       ` Kattamanchi, JaswanthX
2021-09-16  4:08 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2021-09-16  5:10 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-09-16  5:28   ` Modem, Bhanuprakash
2021-09-16  5:44 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_color_chamelium: Skip CTM test if property is not present (rev3) Patchwork
2021-09-16  5:53   ` Modem, Bhanuprakash
2021-09-16  6:48     ` Kattamanchi, JaswanthX
2021-09-16  6:34 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2021-09-16  8:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-09-16  8:28   ` Modem, Bhanuprakash
2021-09-16  9:10     ` Kattamanchi, JaswanthX
2021-09-16  9:08 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.