Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205080
b: refs/heads/master
c: 112d20a
h: refs/heads/master
v: v3
  • Loading branch information
Francisco Jerez authored and Ben Skeggs committed Jul 13, 2010
1 parent d37c906 commit ad8b988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 77144554de9af353795698161af26e36f7cdbbef
refs/heads/master: 112d20ad5ca06a9ec7237602ee33bef6fa881daa
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nv04_mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ nv04_mc_init(struct drm_device *dev)
*/

nv_wr32(dev, NV03_PMC_ENABLE, 0xFFFFFFFF);

/* Disable PROM access. */
nv_wr32(dev, NV_PBUS_PCI_NV_20, NV_PBUS_PCI_NV_20_ROM_SHADOW_ENABLED);

return 0;
}

Expand Down

0 comments on commit ad8b988

Please sign in to comment.