summaryrefslogtreecommitdiff
path: root/tests/perf.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-12-17 11:56:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-12-17 15:03:41 +0000
commit471ce7663d57ba7d2135ad9eb9e68f571c698626 (patch)
treedecf002594ec43defa0b441b2789584a950f3391 /tests/perf.c
parent63a2f5db634c220cefb1c0d1a8ed459b6adecd25 (diff)
tests/perf: Remove duplicate NSEC_PER_SEC define
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/perf.c')
-rw-r--r--tests/perf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/perf.c b/tests/perf.c
index d630aa0c..87df9f00 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -71,8 +71,6 @@ IGT_TEST_DESCRIPTION("Test the i915 perf metrics streaming interface");
#define PIPE_CONTROL_PPGTT_WRITE (0 << 2)
#define PIPE_CONTROL_GLOBAL_GTT_WRITE (1 << 2)
-#define NSEC_PER_SEC 1000000000ull
-
/* Temporarily copy i915-perf uapi here to avoid a dependency on libdrm's
* i915_drm.h copy being updated with the i915-perf interface before this
* test can land in i-g-t.