summaryrefslogtreecommitdiff
path: root/lib/igt_kms.h
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-10-08 16:16:39 +0100
committerThomas Wood <thomas.wood@intel.com>2014-12-04 16:07:55 +0000
commit8d82e5b5efb56bdf1aa2eae8a3d82817854e119b (patch)
tree32d3757aa19be655d28ece8ebb5a45e034f4b7bb /lib/igt_kms.h
parent304c874b58c0a65dcc5442c50099d048d4fe0633 (diff)
lib: remove igt_edid.h
This has been replaced by igt_kms_get_base_edid(). Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/igt_kms.h')
-rw-r--r--lib/igt_kms.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index 991b34af..a1483a49 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -127,26 +127,6 @@ enum kmstest_force_connector_state {
FORCE_CONNECTOR_OFF
};
-
-/**
- * kmstest_generic_edid:
- * @EDID_XGA: 1024x768
- * @EDID_SXGA: 1280x1024
- * @EDID_UXGA: 1600x1200
- * @EDID_WSXGA: 1680x1050
- * @EDID_FHD: 1920x1080
- * @MAX_EDIDS: Size of #generic_edid array
- */
-enum kmstest_generic_edid {
- EDID_XGA, /* 1024x768 */
- EDID_SXGA, /* 1280x1024 */
- EDID_UXGA, /* 1600x1200 */
- EDID_WSXGA, /* 1680x1050 */
- EDID_FHD, /* 1920x1080 */
-
- MAX_EDIDS
-};
-
bool kmstest_force_connector(int fd, drmModeConnector *connector,
enum kmstest_force_connector_state state);
void kmstest_edid_add_3d(const unsigned char *edid, size_t length, unsigned char *new_edid_ptr[], size_t *new_length);
@@ -292,6 +272,7 @@ void igt_wait_for_vblank(int drm_fd, enum pipe pipe);
void igt_enable_connectors(void);
void igt_reset_connectors(void);
+#define EDID_LENGTH 128
const unsigned char* igt_kms_get_base_edid(void);