drm: small fix in drm_send_vblank_event()
Initialize e->pipe.. some drivers set this themselves, others do not. Setting it in drm_send_vblank_event() should help ensure more consistent behavior with the different drivers. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -867,6 +867,7 @@ void drm_send_vblank_event(struct drm_device *dev, int crtc,
|
|||||||
|
|
||||||
now = get_drm_timestamp();
|
now = get_drm_timestamp();
|
||||||
}
|
}
|
||||||
|
e->pipe = crtc;
|
||||||
send_vblank_event(dev, e, seq, &now);
|
send_vblank_event(dev, e, seq, &now);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(drm_send_vblank_event);
|
EXPORT_SYMBOL(drm_send_vblank_event);
|
||||||
|
|||||||
Reference in New Issue
Block a user