提交 f074d733 编写于 作者: M Maarten Lankhorst 提交者: Ben Skeggs

drm/nouveau/kms: send timestamp data for correct head in flip completion events

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 a7e4201f
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册