Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361534
b: refs/heads/master
c: f60b6e7
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Mar 19, 2013
1 parent eee6c5c commit 4ccff3d
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: 4fa133954e91b83cfa22947579154c6f16e1b2b4
refs/heads/master: f60b6e7a6078ceae438a95b808be04cd98f9909a
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/nouveau/nv50_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ nv50_display_flip_next(struct drm_crtc *crtc, struct drm_framebuffer *fb,
swap_interval <<= 4;
if (swap_interval == 0)
swap_interval |= 0x100;
if (chan == NULL)
evo_sync(crtc->dev);

push = evo_wait(sync, 128);
if (unlikely(push == NULL))
Expand Down Expand Up @@ -586,8 +588,6 @@ nv50_display_flip_next(struct drm_crtc *crtc, struct drm_framebuffer *fb,
sync->addr ^= 0x10;
sync->data++;
FIRE_RING (chan);
} else {
evo_sync(crtc->dev);
}

/* queue the flip */
Expand Down

0 comments on commit 4ccff3d

Please sign in to comment.