[PATCH 1/2] drm/udl: make page flips asynchronous.

2015-03-06 Thread Chris Wilson
On Thu, Mar 05, 2015 at 05:52:50PM -0800, Haixia Shi wrote: > On Thu, Mar 5, 2015 at 2:33 AM, Chris Wilson > wrote: > > On Wed, Mar 04, 2015 at 06:26:23PM -0800, Haixia Shi wrote: > >> This also limits the maximum frequency of page flips by the vrefresh rate. > >> > >> Signed-off-by: Haixia Shi

[PATCH 1/2] drm/udl: make page flips asynchronous.

2015-03-05 Thread Haixia Shi
On Thu, Mar 5, 2015 at 2:33 AM, Chris Wilson wrote: > On Wed, Mar 04, 2015 at 06:26:23PM -0800, Haixia Shi wrote: >> This also limits the maximum frequency of page flips by the vrefresh rate. >> >> Signed-off-by: Haixia Shi >> Reviewed-by: Stéphane Marchesin >> Tested-by: Haixia Shi > > I

[PATCH 1/2] drm/udl: make page flips asynchronous.

2015-03-05 Thread Chris Wilson
On Wed, Mar 04, 2015 at 06:26:23PM -0800, Haixia Shi wrote: > This also limits the maximum frequency of page flips by the vrefresh rate. > > Signed-off-by: Haixia Shi > Reviewed-by: Stéphane Marchesin > Tested-by: Haixia Shi I think the better approach would have been to push the task down

[PATCH 1/2] drm/udl: make page flips asynchronous.

2015-03-04 Thread Haixia Shi
This also limits the maximum frequency of page flips by the vrefresh rate. Signed-off-by: Haixia Shi Reviewed-by: Stéphane Marchesin Tested-by: Haixia Shi --- drivers/gpu/drm/udl/udl_drv.h | 3 + drivers/gpu/drm/udl/udl_modeset.c | 129 ++ 2 files