Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260101
b: refs/heads/master
c: a219997
h: refs/heads/master
i:
  260099: 85ca4df
v: v3
  • Loading branch information
Ben Skeggs committed Jun 23, 2011
1 parent 0412cdb commit a19a33b
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 0411de854898a2402cf4bd915bed7ec9a6b76f9a
refs/heads/master: a219997a3b17baea478c9e99ac62b8b6b78b15d4
12 changes: 12 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nvc0_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,18 @@ nvc0_graph_create(struct drm_device *dev)
priv->magic_not_rop_nr = 0x01;
priv->magicgpc918 = 0x00124925;
break;
case 0xc1: /* 2/0/0/0, 1 */
priv->magic_not_rop_nr = 0x01;
priv->magicgpc918 = 0x00400000;
break;
case 0xc8: /* 4/4/3/4, 5 */
priv->magic_not_rop_nr = 0x06;
priv->magicgpc918 = 0x00088889;
break;
case 0xce: /* 4/4/0/0, 4 */
priv->magic_not_rop_nr = 0x03;
priv->magicgpc918 = 0x00100000;
break;
}

if (!priv->magic_not_rop_nr) {
Expand Down

0 comments on commit a19a33b

Please sign in to comment.