summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-06-21 00:12:21 -0700
committerKeith Packard <keithp@keithp.com>2008-06-21 00:12:21 -0700
commit33114e4a1167ac79cb53043e77c16cc7fe40a640 (patch)
tree6b52185b449a3f5388deb3c3a82fbf42b225205a /shared-core/i915_drv.h
parentf4bd566e0bead0904c38bb3a526eb9b35b215ff5 (diff)
[intel] Count received interrupts
Another patch adds this to a /proc/dri file for debugging and monitoring.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index 87776504..9f500330 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -119,7 +119,6 @@ typedef struct drm_i915_private {
wait_queue_head_t irq_queue;
atomic_t irq_received;
- atomic_t irq_emitted;
int tex_lru_log_granularity;
int allow_batchbuffer;