summaryrefslogtreecommitdiff
path: root/lib/igt_kms.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_kms.c')
-rw-r--r--lib/igt_kms.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 203a3fbd..0bb16b4e 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -49,18 +49,6 @@
#include "intel_chipset.h"
#include "igt_debugfs.h"
-/*
- * There hasn't been a release of libdrm containing these #define's yet, so
- * copy them here to allow compilation to succeed in the mean time.
- *
- * We can drop these #define's and just make i-g-t depend on the proper libdrm
- * version in the future.
- */
-#define DRM_CLIENT_CAP_UNIVERSAL_PLANES 2
-#define DRM_PLANE_TYPE_OVERLAY 0
-#define DRM_PLANE_TYPE_PRIMARY 1
-#define DRM_PLANE_TYPE_CURSOR 2
-
/* list of connectors that need resetting on exit */
#define MAX_CONNECTORS 32
static char *forced_connectors[MAX_CONNECTORS + 1];