diff options
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_bios.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c index fc924b649195..9ab0c83fe9be 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.c +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c | |||
@@ -2146,7 +2146,8 @@ init_reset(struct nvbios *bios, uint16_t offset, struct init_exec *iexec) | |||
2146 | /* no iexec->execute check by design */ | 2146 | /* no iexec->execute check by design */ |
2147 | 2147 | ||
2148 | pci_nv_19 = bios_rd32(bios, NV_PBUS_PCI_NV_19); | 2148 | pci_nv_19 = bios_rd32(bios, NV_PBUS_PCI_NV_19); |
2149 | bios_wr32(bios, NV_PBUS_PCI_NV_19, 0); | 2149 | bios_wr32(bios, NV_PBUS_PCI_NV_19, pci_nv_19 & ~0xf00); |
2150 | |||
2150 | bios_wr32(bios, reg, value1); | 2151 | bios_wr32(bios, reg, value1); |
2151 | 2152 | ||
2152 | udelay(10); | 2153 | udelay(10); |