summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2007-05-16 14:52:34 +1000
committerBen Skeggs <skeggsb@gmail.com>2007-05-16 14:52:34 +1000
commitf7d7921179a31f23bb7fcf008afcc9314cb8e38a (patch)
tree93348f6aa3d3414b9af1102cf9a1f2681361f82e
parent7f89ee7b8fd801f8b581d5b6ddec8489e2d88c3c (diff)
downloadxorg-driver-xf86-video-nouveau-f7d7921179a31f23bb7fcf008afcc9314cb8e38a.tar.gz
Don't go pounding PMC_ENABLE..
Disabling things we don't know how to reinit is bad.
-rw-r--r--src/nv_setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_setup.c b/src/nv_setup.c
index dcb3a17..55d144d 100644
--- a/src/nv_setup.c
+++ b/src/nv_setup.c
@@ -367,10 +367,12 @@ NVCommonSetup(ScrnInfoPtr pScrn)
/* Parse the bios to initialize the card */
NVSelectHeadRegisters(pScrn, 0);
NVParseBios(pScrn);
+#if 0
/* reset PFIFO and PGRAPH, then power up all the card units */
nvWriteMC(pNv, 0x200, 0x17110013);
usleep(1000);
nvWriteMC(pNv, 0x200, 0x17111113);
+#endif
if(pNv->Architecture == NV_ARCH_03)
nv3GetConfig(pNv);