Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361190
b: refs/heads/master
c: c8f28f8
h: refs/heads/master
v: v3
  • Loading branch information
Maarten Lankhorst authored and Ben Skeggs committed Mar 10, 2013
1 parent 5ae06da commit 6ace585
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: 94f54f5336aac6801f2a14dcb12467e41b35456a
refs/heads/master: c8f28f89566321842afb81d3ddd79d611e3587ce
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,13 +544,13 @@ nv50_disp_curs_ofuncs = {
static void
nv50_disp_base_vblank_enable(struct nouveau_event *event, int head)
{
nv_mask(event->priv, 0x61002c, (1 << head), (1 << head));
nv_mask(event->priv, 0x61002c, (4 << head), (4 << head));
}

static void
nv50_disp_base_vblank_disable(struct nouveau_event *event, int head)
{
nv_mask(event->priv, 0x61002c, (1 << head), (0 << head));
nv_mask(event->priv, 0x61002c, (4 << head), 0);
}

static int
Expand Down

0 comments on commit 6ace585

Please sign in to comment.