summaryrefslogtreecommitdiff
path: root/tools/intel_gpu_dump.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-10-06 17:25:10 -0700
committerEric Anholt <eric@anholt.net>2009-10-06 17:49:05 -0700
commit40bff5071c8e5bce785f9c56b7d98f12fc3ae2c2 (patch)
treed0fd5365a593ef7a72c93a69f42e18b9228ad4fb /tools/intel_gpu_dump.c
parentd48fc144cab31b0a776992b2a8eba30b101a21f4 (diff)
Add intel_gpu_dump from the 2D driver.
Diffstat (limited to 'tools/intel_gpu_dump.c')
-rw-r--r--tools/intel_gpu_dump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/intel_gpu_dump.c b/tools/intel_gpu_dump.c
index c80dfccf..21862f47 100644
--- a/tools/intel_gpu_dump.c
+++ b/tools/intel_gpu_dump.c
@@ -59,8 +59,6 @@
return count; \
} while (0)
-#define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0]))
-
static FILE *out;
static uint32_t saved_s2 = 0, saved_s4 = 0;
static char saved_s2_set = 0, saved_s4_set = 0;