From f8891ef802e3417c4ecda08d597e081485d75060 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 21 Jun 2006 00:15:10 +0000 Subject: i915: Save vblank pipe configuration to restore on resume --- shared-core/i915_drv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shared-core/i915_drv.h') 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[]; -- cgit v1.2.3