summaryrefslogtreecommitdiff
path: root/src/i830.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-06-05 14:37:26 -0700
committerEric Anholt <eric@anholt.net>2008-06-05 14:37:26 -0700
commite41dc98a0aeec389b221038753056c725ecee1c5 (patch)
tree994b9c7fa7212d248382f1e8b04aa326ecaa239b /src/i830.h
parent8061e5ac27a5f61f940bccc940be922999cc1d3f (diff)
Initialize clock gating from EnterVT and save/restore it appropriately.
Diffstat (limited to 'src/i830.h')
-rw-r--r--src/i830.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i830.h b/src/i830.h
index 3e124d0f..62e645ab 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -649,6 +649,10 @@ typedef struct _I830Rec {
uint32_t saveFBC_CONTROL2;
uint32_t saveFBC_CONTROL;
uint32_t saveFBC_FENCE_OFF;
+ uint32_t saveRENCLK_GATE_D1;
+ uint32_t saveRENCLK_GATE_D2;
+ uint32_t saveDSPCLK_GATE_D;
+ uint32_t saveRAMCLK_GATE_D;
enum last_3d *last_3d;