diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-10-05 16:47:26 -0400 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-10-13 13:36:20 -0400 |
commit | 06027f9111b9f3244ddc40752428f7847b0b867e (patch) | |
tree | a1b603cf377c092216e35560a2aa143093003582 /drivers/gpu/drm/i915/i915_drv.h | |
parent | a3e17eb8f4080a79738a938abe718be255247a44 (diff) |
drm/i915: Save and restore the GM45 FBC regs on suspend and resume.
This hasn't fixed the regressions we were testing against, but clearly
should be required.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 17be01e351b..1254c4b80e3 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -342,6 +342,7 @@ typedef struct drm_i915_private { | |||
342 | u32 savePFIT_CONTROL; | 342 | u32 savePFIT_CONTROL; |
343 | u32 save_palette_a[256]; | 343 | u32 save_palette_a[256]; |
344 | u32 save_palette_b[256]; | 344 | u32 save_palette_b[256]; |
345 | u32 saveDPFC_CB_BASE; | ||
345 | u32 saveFBC_CFB_BASE; | 346 | u32 saveFBC_CFB_BASE; |
346 | u32 saveFBC_LL_BASE; | 347 | u32 saveFBC_LL_BASE; |
347 | u32 saveFBC_CONTROL; | 348 | u32 saveFBC_CONTROL; |