diff options
author | Keith Packard <keithp@keithp.com> | 2008-06-23 00:53:04 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-06-23 00:53:04 -0700 |
commit | a0ebcbe9d490c3e1fb8212d52e6783b7d9bd9a70 (patch) | |
tree | d340df31b951af8600651fd483da7c3cb416f6df /shared-core/i915_drv.h | |
parent | a369bf0e575697308690f532576caf652e42b4cb (diff) |
[intel] allow the irq code to use either enable or mask registers
still not sure which works best on which hardware; this will make it easier
to experiment.
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r-- | shared-core/i915_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index 9f500330..82d2c50c 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -129,6 +129,8 @@ typedef struct drm_i915_private { int user_irq_refcount; int fence_irq_on; uint32_t irq_mask_reg; + uint32_t irq_enable_reg; + int irq_use_mask; int irq_enabled; #ifdef I915_HAVE_FENCE |