mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 21:50:20 +01:00
nouveau: AGP reset correction - don't touch FW bit
This commit is contained in:
parent
0bfd09f719
commit
5f15f317fb
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ nv04_mc_init(struct drm_device *dev)
|
|||
|
||||
/* clear busmaster bit */
|
||||
NV_WRITE(NV04_PBUS_PCI_NV_1, saved_pci_nv_1 & ~(0x00000001 << 2));
|
||||
/* clear SBA, AGP and FW bits */
|
||||
NV_WRITE(NV04_PBUS_PCI_NV_19, saved_pci_nv_19 & 0xfffff00f);
|
||||
/* clear SBA and AGP bits */
|
||||
NV_WRITE(NV04_PBUS_PCI_NV_19, saved_pci_nv_19 & 0xfffff0ff);
|
||||
|
||||
/* Power up everything, resetting each individual unit will
|
||||
* be done later if needed.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue