summaryrefslogtreecommitdiff
path: root/tests/kms_plane.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_plane.c')
-rw-r--r--tests/kms_plane.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index b8fdc925..9c330ae4 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -401,9 +401,6 @@ static void set_legacy_lut(data_t *data, enum pipe pipe,
free(lut);
}
-#define IGT_FORMAT_FMT "%c%c%c%c (0x%08x)"
-#define IGT_FORMAT_ARGS(f) ((f) >> 0) & 0xff, ((f) >> 8) & 0xff, \
- ((f) >> 16) & 0xff, ((f) >> 24) & 0xff, (f)
static void test_format_plane_color(data_t *data, enum pipe pipe,
igt_plane_t *plane,