diff options
author | Eric Anholt <eric@anholt.net> | 2008-06-05 13:21:55 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-06-05 13:24:20 -0700 |
commit | c2e2fe48113667c683c6e1e9b1237635c41c61c3 (patch) | |
tree | 7fa2e1f1e9e717b418151c9be70af42667385bf1 /src/i830.h | |
parent | 7e51384c973a96366b02ea646392c43574674111 (diff) |
Move DSPARB setup into a separate function, and save/restore it at VT switch.
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -582,6 +582,7 @@ typedef struct _I830Rec { enum backlight_control backlight_control_method; + uint32_t saveDSPARB; uint32_t saveDSPACNTR; uint32_t saveDSPBCNTR; uint32_t savePIPEACONF; |