summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCooper Yuan <cooperyuan@gmail.com>2010-06-29 20:34:57 +0800
committerJohn Doe <glisse@ned.localdomain>2010-06-29 15:09:45 +0200
commitc8ea942bd0e9d1c055d50b94440aa4dae425f20b (patch)
tree147038fd46647df04cbd7a8844e11cbdfeb6482c
parent139b38bf67ec10d876cc56df833541d497ae4fa4 (diff)
Remove HDP_SOFT_RESET function, there is no need to reset HDP block.
This commit can fix an issue reported on DELL server, system gets hang during soft resetting while another application tries to access PCI configuration space.
-rw-r--r--src/radeon_accel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c
index 92503d9f..281bc6d4 100644
--- a/src/radeon_accel.c
+++ b/src/radeon_accel.c
@@ -328,10 +328,6 @@ void RADEONEngineReset(ScrnInfoPtr pScrn)
INREG(RADEON_RBBM_SOFT_RESET);
}
- OUTREG(RADEON_HOST_PATH_CNTL, host_path_cntl | RADEON_HDP_SOFT_RESET);
- INREG(RADEON_HOST_PATH_CNTL);
- OUTREG(RADEON_HOST_PATH_CNTL, host_path_cntl);
-
if (!IS_R300_VARIANT && !IS_AVIVO_VARIANT)
OUTREG(RADEON_RBBM_SOFT_RESET, rbbm_soft_reset);