diff options
author | Eric Anholt <eric@anholt.net> | 2008-06-10 11:31:22 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-10 11:32:07 -0700 |
commit | 79f94ee3c4652019395b9c329d94f7779c558571 (patch) | |
tree | 1e6c671b7b83b1b8e1ec1a8e877c89fd7df7fdde /src/i830.h | |
parent | 231a302013981cc597ba09ee89b367c8ab56e8ba (diff) |
Set up/restore PWRCTXA from enter/leavevt not server start/exit.
This should improve behavior in the presence of VT switching, but also avoids
a crash on X exit from writing the register after unmapping mmio.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -653,6 +653,7 @@ typedef struct _I830Rec { uint32_t saveRENCLK_GATE_D2; uint32_t saveDSPCLK_GATE_D; uint32_t saveRAMCLK_GATE_D; + uint32_t savePWRCTXA; enum last_3d *last_3d; |