summaryrefslogtreecommitdiff
path: root/shared-core/i915_drv.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2006-06-21 00:15:10 +0000
committerKeith Packard <keithp@keithp.com>2006-06-21 00:15:10 +0000
commitf8891ef802e3417c4ecda08d597e081485d75060 (patch)
tree7ccad4c8211500c1156efe72945f26bb8af71164 /shared-core/i915_drv.h
parent83f256e60e44d83304df44cead6617212fe437b4 (diff)
i915: Save vblank pipe configuration to restore on resume
Diffstat (limited to 'shared-core/i915_drv.h')
-rw-r--r--shared-core/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h
index 655303ef..0c3281d4 100644
--- a/shared-core/i915_drv.h
+++ b/shared-core/i915_drv.h
@@ -97,6 +97,7 @@ typedef struct drm_i915_private {
int allow_batchbuffer;
struct mem_block *agp_heap;
unsigned int sr01, adpa, ppcr, dvob, dvoc, lvds;
+ int vblank_pipe;
} drm_i915_private_t;
extern drm_ioctl_desc_t i915_ioctls[];