summaryrefslogtreecommitdiff
path: root/tests/i915_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915_query.c')
-rw-r--r--tests/i915_query.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/i915_query.c b/tests/i915_query.c
index c7de8cbd..08aabf94 100644
--- a/tests/i915_query.c
+++ b/tests/i915_query.c
@@ -242,8 +242,6 @@ static void test_query_topology_unsupported(int fd)
igt_assert_eq(item.length, -ENODEV);
}
-#define DIV_ROUND_UP(val, div) (ALIGN(val, div) / div)
-
static bool
slice_available(const struct drm_i915_query_topology_info *topo_info,
int s)