[PATCH 2/2] drm/udl: Implement page_flip ioctl

2014-07-08 Thread Dave Airlie
On 8 July 2014 17:15, David Herrmann wrote: > Hi > > On Thu, Jul 3, 2014 at 12:13 AM, St?phane Marchesin > wrote: >> This is a very crude page_flip implementation for UDL. There are ways >> to make it better (make it asynchronous, make it do actual vsynced >> flips...) but that's for another patc

[PATCH 2/2] drm/udl: Implement page_flip ioctl

2014-07-08 Thread David Herrmann
Hi On Tue, Jul 8, 2014 at 9:17 AM, Dave Airlie wrote: > On 8 July 2014 17:15, David Herrmann wrote: >> Hi >> >> On Thu, Jul 3, 2014 at 12:13 AM, St?phane Marchesin >> wrote: >>> This is a very crude page_flip implementation for UDL. There are ways >>> to make it better (make it asynchronous, ma

[PATCH 2/2] drm/udl: Implement page_flip ioctl

2014-07-08 Thread David Herrmann
Hi On Thu, Jul 3, 2014 at 12:13 AM, St?phane Marchesin wrote: > This is a very crude page_flip implementation for UDL. There are ways > to make it better (make it asynchronous, make it do actual vsynced > flips...) but that's for another patch. > > Signed-off-by: St?phane Marchesin > --- > driv

[PATCH 2/2] drm/udl: Implement page_flip ioctl

2014-07-08 Thread Chris Wilson
On Wed, Jul 02, 2014 at 03:13:43PM -0700, St?phane Marchesin wrote: > This is a very crude page_flip implementation for UDL. There are ways > to make it better (make it asynchronous, make it do actual vsynced > flips...) but that's for another patch. > > Signed-off-by: St?phane Marchesin > --- >

[PATCH 2/2] drm/udl: Implement page_flip ioctl

2014-07-02 Thread Stéphane Marchesin
This is a very crude page_flip implementation for UDL. There are ways to make it better (make it asynchronous, make it do actual vsynced flips...) but that's for another patch. Signed-off-by: St?phane Marchesin --- drivers/gpu/drm/udl/udl_modeset.c | 21 + 1 file changed, 21