public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/kms_properties: Add panel_type to immutable property list
@ 2026-03-06  8:46 Chenyu Chen
  2026-03-09 15:52 ` ✓ i915.CI.BAT: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Chenyu Chen @ 2026-03-06  8:46 UTC (permalink / raw)
  To: igt-dev; +Cc: mario.limonciello, chiahsuan.chung, Chenyu Chen

The connector property "panel_type" is immutable and should be
validated as such in the get_properties-sanity test.

Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
---
 tests/kms_properties.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index d41003781..f735839da 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -560,6 +560,7 @@ static const struct {
 	{ DRM_MODE_OBJECT_CONNECTOR, "suggested X", IMMUTABLE_REQ },
 	{ DRM_MODE_OBJECT_CONNECTOR, "suggested Y", IMMUTABLE_REQ },
 	{ DRM_MODE_OBJECT_CONNECTOR, "vrr_capable", IMMUTABLE_REQ },
+	{ DRM_MODE_OBJECT_CONNECTOR, "panel_type", IMMUTABLE_REQ },
 
 	{ DRM_MODE_OBJECT_CRTC, "DEGAMMA_LUT_SIZE", IMMUTABLE_REQ },
 	{ DRM_MODE_OBJECT_CRTC, "GAMMA_LUT_SIZE", IMMUTABLE_REQ },
-- 
2.43.0


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

end of thread, other threads:[~2026-03-12  4:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06  8:46 [PATCH i-g-t] tests/kms_properties: Add panel_type to immutable property list Chenyu Chen
2026-03-09 15:52 ` ✓ i915.CI.BAT: success for " Patchwork
2026-03-09 15:53 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-09 18:58 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-09 22:14 ` ✓ i915.CI.Full: success " Patchwork
2026-03-11 13:56 ` ✓ i915.CI.BAT: success for tests/kms_properties: Add panel_type to immutable property list (rev2) Patchwork
2026-03-11 14:36 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-11 15:44 ` [PATCH i-g-t] tests/kms_properties: Add panel_type to immutable property list Alex Hung
2026-03-12  3:45 ` ✗ i915.CI.Full: failure for tests/kms_properties: Add panel_type to immutable property list (rev2) Patchwork
2026-03-12  4:30 ` ✓ Xe.CI.FULL: success " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox