diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-06-29 00:38:50 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-06-29 00:38:50 -0400 |
commit | 21be0d3a1f4700572c6425800596785d6850626f (patch) | |
tree | c6b116924594179de3c539bcfe9e5d27cf3067e4 /src/radeon_output.c | |
parent | d9bf28b55d98fea2d285c9c46362aaf2175d0a46 (diff) |
RADEON: simplify console restore
- still need to track crtcs for blank/unblank when restoring text console
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r-- | src/radeon_output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 5585345..e431bf5 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -857,6 +857,8 @@ static void RADEONInitDACRegisters(xf86OutputPtr output, RADEONSavePtr save, save->dac_cntl = (RADEON_DAC_MASK_ALL | RADEON_DAC_VGA_ADR_EN | (info->dac6bits ? 0 : RADEON_DAC_8BIT_EN)); + + save->dac_macro_cntl = info->SavedReg.dac_macro_cntl; } /* XXX: fix me */ |