summaryrefslogtreecommitdiff
path: root/linux/i830.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-09-20 11:29:16 +0000
committerDave Airlie <airlied@linux.ie>2004-09-20 11:29:16 +0000
commit5654880eeed0646a53655b093f4d3bf5608ebcc7 (patch)
treeb3ae97908ab5f4a8e83f30fce3eeeafd9f78556b /linux/i830.h
parentfa75a81c9acbae7282e2ea5596f04a6b359c95e9 (diff)
remove HAVE_COUNTERS
Diffstat (limited to 'linux/i830.h')
-rw-r--r--linux/i830.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/linux/i830.h b/linux/i830.h
index eb2d9449..85a1ac20 100644
--- a/linux/i830.h
+++ b/linux/i830.h
@@ -73,12 +73,6 @@
[DRM_IOCTL_NR(DRM_IOCTL_I830_GETPARAM)] = { i830_getparam, 1, 0 }, \
[DRM_IOCTL_NR(DRM_IOCTL_I830_SETPARAM)] = { i830_setparam, 1, 0 }
-#define __HAVE_COUNTERS 4
-#define __HAVE_COUNTER6 _DRM_STAT_IRQ
-#define __HAVE_COUNTER7 _DRM_STAT_PRIMARY
-#define __HAVE_COUNTER8 _DRM_STAT_SECONDARY
-#define __HAVE_COUNTER9 _DRM_STAT_DMA
-
/* Driver will work either way: IRQ's save cpu time when waiting for
* the card, but are subject to subtle interactions between bios,
* hardware and the driver.