All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v3 0/5] lib/igt_kms: Helpers for monitor edid managment
@ 2024-11-22 15:51 Louis Chauvet
  2024-11-22 15:51 ` [PATCH i-g-t v3 1/5] lib/monitor_edids: Add helper functions for using monitor_edid objects Louis Chauvet
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Louis Chauvet @ 2024-11-22 15:51 UTC (permalink / raw)
  To: igt-dev
  Cc: Petri Latvala, Arkadiusz Hiler, Kamil Konieczny,
	Juha-Pekka Heikkila, Bhanuprakash Modem, Ashutosh Dixit,
	Thomas Petazzoni, nicolejadeyee, seanpaul, jeremie.dautheribes,
	markyacoub, Louis Chauvet

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@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@bootlin.com>


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

end of thread, other threads:[~2024-12-20 17:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22 15:51 [PATCH i-g-t v3 0/5] lib/igt_kms: Helpers for monitor edid managment Louis Chauvet
2024-11-22 15:51 ` [PATCH i-g-t v3 1/5] lib/monitor_edids: Add helper functions for using monitor_edid objects Louis Chauvet
2024-11-25  9:20   ` Jani Nikula
2024-12-19 20:40     ` Kamil Konieczny
2024-12-20 17:56   ` Kamil Konieczny
2024-11-22 15:51 ` [PATCH i-g-t v3 2/5] lib/monitor_edids: Add helper to get an EDID by its name Louis Chauvet
2024-12-20 17:29   ` Kamil Konieczny
2024-11-22 15:51 ` [PATCH i-g-t v3 3/5] lib/monitor_edids: Add helper to print all available EDID names Louis Chauvet
2024-12-20 17:31   ` Kamil Konieczny
2024-11-22 15:51 ` [PATCH i-g-t v3 4/5] lib/monitor_edids: Fix missing names in some monitor EDID Louis Chauvet
2024-11-22 15:51 ` [PATCH i-g-t v3 5/5] lib/monitor_edids: Add new EDID for HDMI 4k Louis Chauvet
2024-11-22 18:43 ` ✗ GitLab.Pipeline: warning for lib/igt_kms: Helpers for monitor edid managment (rev3) 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.