[PATCH i-g-t v3 0/5] lib/igt_kms: Helpers for monitor edid managment
Louis Chauvet
louis.chauvet at bootlin.com
Fri Nov 22 15:51:33 UTC 2024
In preparation for the introduction of Chameleon v3, this series will add
a few helper functions that will be used:
- Helper to convert monitor edid to edid
- Helper to fetch monitor edid from its name
- Helper to display all monitor edids
- Few fixes and addition in edid list
Signed-off-by: Louis Chauvet <louis.chauvet at bootlin.com>
---
Changes in v3:
- PATCH 3/5: Add function documentation
- PATCH 1/5: Replace igt_assert_f by igt_debug
- PATCH 1/5: Add const to the returned monitor_edid list
- PATCH 1/5: Add documentation
- Link to v2: https://lore.kernel.org/r/20241022-b4-cv3-02-monitor-edids-v2-0-7634786c21e6@bootlin.com
Changes in v2:
- Rebased
- Link to v1: https://lore.kernel.org/r/20240828-b4-cv3-02-monitor-edids-v1-0-29c846bcf251@bootlin.com
---
Louis Chauvet (5):
lib/monitor_edids: Add helper functions for using monitor_edid objects
lib/monitor_edids: Add helper to get an EDID by its name
lib/monitor_edids: Add helper to print all available EDID names
lib/monitor_edids: Fix missing names in some monitor EDID
lib/monitor_edids: Add new EDID for HDMI 4k
lib/monitor_edids/dp_edids.h | 4 ++
lib/monitor_edids/hdmi_edids.h | 28 ++++++--
lib/monitor_edids/monitor_edids_helper.c | 120 +++++++++++++++++++++++++++++++
lib/monitor_edids/monitor_edids_helper.h | 10 ++-
4 files changed, 157 insertions(+), 5 deletions(-)
---
base-commit: fb343db7fc59c760ef0a0c19303e7bcec177dbd9
change-id: 20240828-b4-cv3-02-monitor-edids-59a8f515c881
Best regards,
--
Louis Chauvet <louis.chauvet at bootlin.com>
More information about the igt-dev
mailing list