From: Simon Ser <simon.ser@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 2/3] lib/igt_kms: add support for link-status
Date: Tue, 13 Aug 2019 17:17:47 +0300 [thread overview]
Message-ID: <20190813141748.18876-3-simon.ser@intel.com> (raw)
In-Reply-To: <20190813141748.18876-1-simon.ser@intel.com>
This patch simply adds link-status to our list of properties.
Signed-off-by: Simon Ser <simon.ser@intel.com>
---
lib/igt_kms.c | 1 +
lib/igt_kms.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index b0169f73b752..eb9cdd953c98 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -414,6 +414,7 @@ const char * const igt_connector_prop_names[IGT_NUM_CONNECTOR_PROPS] = {
[IGT_CONNECTOR_CONTENT_PROTECTION] = "Content Protection",
[IGT_CONNECTOR_VRR_CAPABLE] = "vrr_capable",
[IGT_CONNECTOR_HDCP_CONTENT_TYPE] = "HDCP Content Type",
+ [IGT_CONNECTOR_LINK_STATUS] = "link-status",
};
/*
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index c0dcb6f2a9ff..e48891e1aedc 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -124,6 +124,7 @@ enum igt_atomic_connector_properties {
IGT_CONNECTOR_CONTENT_PROTECTION,
IGT_CONNECTOR_VRR_CAPABLE,
IGT_CONNECTOR_HDCP_CONTENT_TYPE,
+ IGT_CONNECTOR_LINK_STATUS,
IGT_NUM_CONNECTOR_PROPS
};
--
2.22.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-08-13 14:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-13 14:17 [igt-dev] [PATCH i-g-t 0/3] Chamelium link-status test Simon Ser
2019-08-13 14:17 ` [igt-dev] [PATCH i-g-t 1/3] lib/igt_chamelium: add chamelium_trigger_link_failure Simon Ser
2019-08-15 9:59 ` Arkadiusz Hiler
2019-08-13 14:17 ` Simon Ser [this message]
2019-08-13 18:31 ` [igt-dev] [PATCH i-g-t 2/3] lib/igt_kms: add support for link-status Manasi Navare
2019-08-13 14:17 ` [igt-dev] [PATCH i-g-t 3/3] tests/kms_chamelium: add a link-status test Simon Ser
2019-08-13 18:44 ` Manasi Navare
2019-08-13 15:30 ` [igt-dev] ✓ Fi.CI.BAT: success for Chamelium " Patchwork
2019-08-14 0:58 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190813141748.18876-3-simon.ser@intel.com \
--to=simon.ser@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.