summaryrefslogtreecommitdiff
path: root/lib/igt_edid.h
diff options
context:
space:
mode:
authorMark Yacoub <markyacoub@chromium.org>2023-01-03 12:15:15 -0500
committermarkyacoub <marknyacoub@gmail.com>2023-01-09 11:27:00 -0500
commit15562e123ee6ed88163c7da2ef330dfe9bbd16a5 (patch)
tree6abc733c465f1b924837e0cf9e669e92246948a5 /lib/igt_edid.h
parent56c2c620e711c446c0f4bbe4f514ec0a3f2445cd (diff)
Chamelium: Split kms_chamelium into multiple kms_chamelium tests
[Why] kms_chamelium tests file has grown so much and became a bit big to manage. Splitting specific tests like we do for kms_ tests into separate files puts logically related functionalities into the same place so tests are more clear. [How] Split kms_chamelium into 4 different tests, each testing something specific. The tests are: 1. kms_chamelium_audio 2. kms_chamelium_edid 3. kms_chamelium_frames 4. kms_chamelium_hpd 5. kms_chamelium_color which used to be kms_color_chamelium but renamed for consistency. All common code lives in kms_chamelium_helper and the function names have a chamelium_ prefix. Signed-off-by: Mark Yacoub <markyacoub@chromium.org> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'lib/igt_edid.h')
-rw-r--r--lib/igt_edid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/igt_edid.h b/lib/igt_edid.h
index 477f16c22..85a9ef5e1 100644
--- a/lib/igt_edid.h
+++ b/lib/igt_edid.h
@@ -29,6 +29,7 @@
#include "config.h"
#include <stdint.h>
+#include <stddef.h>
#include <xf86drmMode.h>