summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-09-19 19:28:09 -0400
committerAlex Deucher <alex@botch2.(none)>2007-09-19 19:28:09 -0400
commit5a59547ef7e986c9613023d941c3354cd476faf1 (patch)
treed118ac65283bca58c5cc8d1907fb34d3beb580f3 /src/radeon_driver.c
parentdc333884c540d536bffe51a5ebfaf1822af6a91c (diff)
Revert "RADEON: initial pass at external TMDS support"
This reverts commit 4000a710c93dd2d82891e4082bc7fa922ba9c5f4. This needs to be reworked and needs more soak time. so revert for now.
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r--src/radeon_driver.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 5c374884..8f6e8f02 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5260,7 +5260,6 @@ static void RADEONSaveMode(ScrnInfoPtr pScrn, RADEONSavePtr save)
if (info->InternalTVOut)
RADEONSaveTVRegisters(pScrn, save);
/*RADEONSavePalette(pScrn, save);*/
- RADEONSaveExtChipRegisters(pScrn);
xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, RADEON_LOGLEVEL_DEBUG,
"RADEONSaveMode returns %p\n", save);
@@ -5358,8 +5357,6 @@ void RADEONRestore(ScrnInfoPtr pScrn)
if (info->InternalTVOut)
RADEONRestoreTVRegisters(pScrn, restore);
- RADEONRestoreExtChipRegisters(pScrn);
-
RADEONRestoreSurfaces(pScrn, restore);
#if 1