summaryrefslogtreecommitdiff
path: root/tests/kms_plane.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-03-12 14:53:32 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-03-13 17:26:49 +0100
commitc46051337b972f8b5a302afb6f603df06fea527d (patch)
tree762614007f7808c1ced32cfbb48c86dc5f015220 /tests/kms_plane.c
parentb25e06d6ddf2e42044cd9c93b613cbc7339a8c33 (diff)
lib/igt_fb: better format printing
Steal if from kms_plane.c and put it into igt_fb.h Also tiny bikeshed to remove the space, so it fits more tidily into the usual name1=value1, name2=value2 style printing. v2: Rebase v3: It better compile :-/ Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> (v1) Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
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,