diff options
| -rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau/nouveau_display.c index 7809d92183c4..acec7746cafd 100644 --- a/drivers/gpu/drm/nouveau/nouveau_display.c +++ b/drivers/gpu/drm/nouveau/nouveau_display.c | |||
| @@ -701,7 +701,7 @@ nouveau_finish_page_flip(struct nouveau_channel *chan, | |||
| 701 | 701 | ||
| 702 | s = list_first_entry(&fctx->flip, struct nouveau_page_flip_state, head); | 702 | s = list_first_entry(&fctx->flip, struct nouveau_page_flip_state, head); |
| 703 | if (s->event) | 703 | if (s->event) |
| 704 | drm_send_vblank_event(dev, -1, s->event); | 704 | drm_send_vblank_event(dev, s->crtc, s->event); |
| 705 | 705 | ||
| 706 | list_del(&s->head); | 706 | list_del(&s->head); |
| 707 | if (ps) | 707 | if (ps) |
