Re: [Intel-gfx] [PATCH] i915: add page flipping support

2009-04-21 Thread Eric Anholt
On Tue, 2009-04-14 at 15:22 -0700, Jesse Barnes wrote: Add a new page flipping ioctl to the i915 driver, using KMS functionality. Internally, the new flip ioctl will use the mode_set_base function, which will simply update the front buffer pointer, taking care to pin the new buffer and

Re: [Intel-gfx] [PATCH] i915: add page flipping support

2009-04-21 Thread Jesse Barnes
On Tue, 21 Apr 2009 19:48:39 -0700 Eric Anholt e...@anholt.net wrote: On Tue, 2009-04-14 at 15:22 -0700, Jesse Barnes wrote: Add a new page flipping ioctl to the i915 driver, using KMS functionality. Internally, the new flip ioctl will use the mode_set_base function, which will simply