diff options
author | Eric Anholt <eric@anholt.net> | 2008-06-05 14:37:26 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-05 14:37:26 -0700 |
commit | e41dc98a0aeec389b221038753056c725ecee1c5 (patch) | |
tree | 994b9c7fa7212d248382f1e8b04aa326ecaa239b /src/i830.h | |
parent | 8061e5ac27a5f61f940bccc940be922999cc1d3f (diff) |
Initialize clock gating from EnterVT and save/restore it appropriately.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |