Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275268
b: refs/heads/master
c: dce411c
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Nov 9, 2011
1 parent 7ea93d5 commit 299449a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee9f7ef99f4422463634c075b22197c22c5cfa71
refs/heads/master: dce411cdf60eb64638443f953b52c18192378305
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/nv50_graph.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ nv50_graph_init(struct drm_device *dev, int engine)
NV_DEBUG(dev, "\n");

/* master reset */
nv_mask(dev, 0x000200, 0x00200100, 0x00000000);
nv_mask(dev, 0x000200, 0x00200100, 0x00200100);
nv_mask(dev, 0x000200, 0x00201000, 0x00000000);
nv_mask(dev, 0x000200, 0x00201000, 0x00201000);
nv_wr32(dev, 0x40008c, 0x00000004); /* HW_CTX_SWITCH_ENABLED */

/* reset/enable traps and interrupts */
Expand Down

0 comments on commit 299449a

Please sign in to comment.