[igt-dev] [PATCH i-g-t 3/8] lib/igt_chamelium: add CHAMELIUM_DEFAULT_EDID
Simon Ser
simon.ser at intel.com
Mon May 13 08:15:43 UTC 2019
This ID can be provided to chamelium_port_set_edid to use the default EDID for
the port.
Signed-off-by: Simon Ser <simon.ser at intel.com>
---
lib/igt_chamelium.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/lib/igt_chamelium.h b/lib/igt_chamelium.h
index f47b84cbfc01..831c601460c3 100644
--- a/lib/igt_chamelium.h
+++ b/lib/igt_chamelium.h
@@ -59,6 +59,12 @@ struct chamelium_audio_file {
int channels;
};
+/**
+ * CHAMELIUM_DEFAULT_EDID: provide this ID to #chamelium_port_set_edid to use
+ * the default EDID.
+ */
+#define CHAMELIUM_DEFAULT_EDID 0
+
struct chamelium *chamelium_init(int drm_fd);
void chamelium_deinit(struct chamelium *chamelium);
void chamelium_reset(struct chamelium *chamelium);
--
2.21.0
More information about the igt-dev
mailing list