Skip to content

Commit

Permalink
drm/nouveau/kms: send timestamp data for correct head in flip complet…
Browse files Browse the repository at this point in the history
…ion events

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Maarten Lankhorst authored and Ben Skeggs committed Dec 3, 2013
1 parent a7e4201 commit f074d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/nouveau/nouveau_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ nouveau_finish_page_flip(struct nouveau_channel *chan,

s = list_first_entry(&fctx->flip, struct nouveau_page_flip_state, head);
if (s->event)
drm_send_vblank_event(dev, -1, s->event);
drm_send_vblank_event(dev, s->crtc, s->event);

list_del(&s->head);
if (ps)
Expand Down

0 comments on commit f074d73

Please sign in to comment.