summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/i915_drv.h
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-06-25 18:27:08 +0000
committerrnoland <rnoland@FreeBSD.org>2009-06-25 18:27:08 +0000
commitbd6fb9267954dd714923a1e39ff75be975a875dc (patch)
tree7fd353d7488ab5555f016eb63daa809a829af583 /sys/dev/drm/i915_drv.h
parent7f94b486065bb85599411c34d8938b09249a60ac (diff)
downloadFreeBSD-src-bd6fb9267954dd714923a1e39ff75be975a875dc.zip
FreeBSD-src-bd6fb9267954dd714923a1e39ff75be975a875dc.tar.gz
Some more cleanups for vblank code on Intel.
The Intel 2d driver calls modeset before reinstalling the handler on a vt switch. This means that vblank status ends up getting cleared after it has been setup. Restore saved values for the pipestat registers rather than just wiping them out. MFC after: 3 days
Diffstat (limited to 'sys/dev/drm/i915_drv.h')
-rw-r--r--sys/dev/drm/i915_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/drm/i915_drv.h b/sys/dev/drm/i915_drv.h
index f1300f4..ac75413 100644
--- a/sys/dev/drm/i915_drv.h
+++ b/sys/dev/drm/i915_drv.h
@@ -129,7 +129,6 @@ typedef struct drm_i915_private {
int page_flipping;
wait_queue_head_t irq_queue;
- atomic_t irq_received;
/** Protects user_irq_refcount and irq_mask_reg */
DRM_SPINTYPE user_irq_lock;
/** Refcount for i915_user_irq_get() versus i915_user_irq_put(). */
OpenPOWER on IntegriCloud