nouveau: PPC fixes. These regs are very touchy.

main
Stephane Marchesin 2007-10-14 23:07:30 +02:00
parent 837e364353
commit 30353c8efc
1 changed files with 3 additions and 1 deletions

View File

@ -285,7 +285,9 @@ nouveau_card_init(struct drm_device *dev)
/* Put the card in BE mode if it's not */
if (NV_READ(NV03_PMC_BOOT_1))
NV_WRITE(NV03_PMC_BOOT_1,0x01000001);
NV_WRITE(NV03_PMC_BOOT_1,0x00000001);
DRM_MEMORYBARRIER();
/* Determine exact chipset we're running on */
if (dev_priv->card_type < NV_10)