Skip to content

Commit

Permalink
drm/nvd0/disp: remove unnecessary sync from flip_next
Browse files Browse the repository at this point in the history
This shouldn't be necessary, I believe this is just a bit of missed debug
code that got left over somehow.

Causes flips to be always synced to vblank, regardless of swap interval,
which we don't want..

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed May 24, 2012
1 parent afada5e commit 2cda7f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/nouveau/nvd0_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ nvd0_display_flip_next(struct drm_crtc *crtc, struct drm_framebuffer *fb,
u32 *push;
int ret;

evo_sync(crtc->dev, EVO_MASTER);

swap_interval <<= 4;
if (swap_interval == 0)
swap_interval |= 0x100;
Expand Down

0 comments on commit 2cda7f4

Please sign in to comment.