[PATCH i-g-t 0/5] lib/igt_kms: Helpers for connector managment
Louis Chauvet
louis.chauvet at bootlin.com
Wed Aug 28 14:31:49 UTC 2024
In preparation for the introduction of Chameleon v3, this series will add
a few helper functions that will be used:
- A configurable timeout value, to be used by Chameleon's autodetection
algorithm and connector status detection
- A helper function to wait for a specific connector status
- A way to list all connected connectors
- A way to get a connector object by its name or MST path
- A helper function to get a valid pipe for a specific output"
Signed-off-by: Louis Chauvet <louis.chauvet at bootlin.com>
---
Louis Chauvet (5):
lib/igt_kms: Add a detect timeout value
lib/igt_kms: Add helper to wait for a specific status on a connector
lib/igt_kms: Add function to list connected connectors
lib/igt_kms: Add helper to obtain a connector by its name or MST path
lib/igt_kms: Add function to get valid pipe for specific output
lib/igt_core.c | 3 +
lib/igt_kms.c | 232 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lib/igt_kms.h | 17 +++++
3 files changed, 252 insertions(+)
---
base-commit: 3b6b2d238e864ff1af9e33159d3bbf4b7f01d86d
change-id: 20240828-b4-cv3-01-igt-kms-3e5af6a4c05e
Best regards,
--
Louis Chauvet <louis.chauvet at bootlin.com>
More information about the igt-dev
mailing list