diff options
-rw-r--r-- | src/nv_setup.c | 2 |
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); |