From 8843bef2808acca89222b12c16aa3f09b777c848 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 8 Jul 2014 18:38:05 +0100 Subject: [PATCH] kms_rotation_crc: Remove now unnecessary defines Signed-off-by: Damien Lespiau --- tests/kms_rotation_crc.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c index 15529c72..58852c29 100644 --- a/tests/kms_rotation_crc.c +++ b/tests/kms_rotation_crc.c @@ -42,16 +42,6 @@ #define DRM_ROTATE_90 1 #define DRM_ROTATE_180 2 #define DRM_ROTATE_270 3 -#define DRM_REFLECT_X 4 -#define DRM_REFLECT_Y 5 -#define DRM_ROTATE_NUM 6 - -#define BIT(x) (1 << x) - -// This will be part of libdrm later. Adding here temporarily -#define DRM_PLANE_TYPE_OVERLAY 0 -#define DRM_PLANE_TYPE_PRIMARY 1 -#define DRM_PLANE_TYPE_CURSOR 2 typedef struct { int gfx_fd;