[Intel-gfx] [RFC 6/7] drm: make vblank_event_list handle drm_vblank_wait_item types

2014-12-04 Thread Matt Roper
On Wed, Nov 19, 2014 at 05:47:14PM -0200, Paulo Zanoni wrote: > From: Paulo Zanoni > > Which means the list doesn't really need to know if the event is from > user space or kernel space. > > The only place here where we have to break the abstraction is at > drm_fops, when we're releasing all

[RFC 6/7] drm: make vblank_event_list handle drm_vblank_wait_item types

2014-11-19 Thread Paulo Zanoni
From: Paulo Zanoni Which means the list doesn't really need to know if the event is from user space or kernel space. The only place here where we have to break the abstraction is at drm_fops, when we're releasing all the events associated with a file_priv. Here we