Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321658
b: refs/heads/master
c: af5e7d8
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Bumiller authored and Ben Skeggs committed Aug 13, 2012
1 parent cd32c0f commit 416184b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e2b34fa0466500de7814fc4e492689cee5ac120b
refs/heads/master: af5e7d84b0ec45b2b614b0d6e3657cbdceaa21f9
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nvd0_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ nvd0_crtc_cursor_move(struct drm_crtc *crtc, int x, int y)
struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
int ch = EVO_CURS(nv_crtc->index);

evo_piow(crtc->dev, ch, 0x0084, (y << 16) | x);
evo_piow(crtc->dev, ch, 0x0084, (y << 16) | (x & 0xffff));
evo_piow(crtc->dev, ch, 0x0080, 0x00000000);
return 0;
}
Expand Down

0 comments on commit 416184b

Please sign in to comment.