nouveau: PPC fixes. These regs are very touchy.
parent
837e364353
commit
30353c8efc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue