Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275278
b: refs/heads/master
c: 4c5df49
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Nov 9, 2011
1 parent e6721e6 commit f2a2ddf
Show file tree
Hide file tree
Showing 2 changed files with 9 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: af6d9fe5368aadd8f0f3647b38405ffcd3ed5f81
refs/heads/master: 4c5df493eb30089ff0b8d03a50a86293f758a786
8 changes: 8 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,14 @@ nouveau_card_init(struct drm_device *dev)
if (ret)
goto out_display_early;

/* workaround an odd issue on nvc1 by disabling the device's
* nosnoop capability. hopefully won't cause issues until a
* better fix is found - assuming there is one...
*/
if (dev_priv->chipset == 0xc1) {
nv_mask(dev, 0x00088080, 0x00000800, 0x00000000);
}

nouveau_pm_init(dev);

ret = engine->vram.init(dev);
Expand Down

0 comments on commit f2a2ddf

Please sign in to comment.