summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-10-03 22:59:14 -0400
committerAlex Deucher <alex@botch2.(none)>2007-10-03 22:59:14 -0400
commit3a958ba136c3fae5a4ddd56373ac7cd47046f10e (patch)
tree18428b1afa3878b8fce4bf6e88aaff164145c73b
parentb6bda79f72df5e5bf9c6b71fa3298e765da506bd (diff)
RADEON: remove some cruft
-rw-r--r--src/radeon_driver.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 831c96b..d434116 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5317,15 +5317,6 @@ void RADEONRestore(ScrnInfoPtr pScrn)
OUTREG(RADEON_GRPH_BUFFER_CNTL, restore->grph_buffer_cntl);
OUTREG(RADEON_GRPH2_BUFFER_CNTL, restore->grph2_buffer_cntl);
-#if 0
- /* M6 card has trouble restoring text mode for its CRT.
- * This is fixed elsewhere and will be removed in the future.
- */
- if ((xf86IsEntityShared(info->pEnt->index) || info->MergedFB)
- && info->IsM6)
- OUTREG(RADEON_DAC_CNTL2, restore->dac2_cntl);
-#endif
-
RADEONRestoreMemMapRegisters(pScrn, restore);
RADEONRestoreCommonRegisters(pScrn, restore);