commit | 38c8c22c12e99b70fc59ea7ef4d0bb24c11e5ddd | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue May 31 18:21:13 2016 +0200 |
committer | Liviu Dudau <Liviu.Dudau@arm.com> | Thu Jun 02 17:44:05 2016 +0100 |
tree | 6a739e94f0bbc1345acdef66852dea959961d8c8 | |
parent | a95acec16d932ac78c2f70dc95a83bd162595d6c [diff] |
drm/hdlcd: Fix up crtc_state->event handling event_list just reimplemented what drm_crtc_arm_vblank_event does. And we also need to send out drm events when shutting down a pipe. With this it's possible to use the new nonblocking commit support in the helpers. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>