On Wed, Apr 08, 2009 at 09:29:04AM -0400, Kristian Høgsberg wrote:
> On Wed, 2009-04-08 at 04:11 +0100, Dave Airlie wrote:
> > > > Do you want to pick it up then or do you want Dave to take it?
> > >
> > > Since it wasn't in my driver, I was assuming airlied would pick it up.
> >
> > Yup I'll gra
On Wed, 2009-04-08 at 04:11 +0100, Dave Airlie wrote:
> > > Do you want to pick it up then or do you want Dave to take it?
> >
> > Since it wasn't in my driver, I was assuming airlied would pick it up.
>
> Yup I'll grab it, I was going to leave it for the next merge window as I
> dislike doing a
> > Do you want to pick it up then or do you want Dave to take it?
>
> Since it wasn't in my driver, I was assuming airlied would pick it up.
Yup I'll grab it, I was going to leave it for the next merge window as I
dislike doing anything like this post-merge, and it arrived during this
merge.
On Tue, 2009-04-07 at 13:08 -0400, Kristian Høgsberg wrote:
> On Fri, Apr 3, 2009 at 11:56 AM, Kristian Høgsberg wrote:
> > 2009/4/2 Eric Anholt :
> >> On Thu, 2009-04-02 at 14:41 -0400, Kristian Høgsberg wrote:
> >>> This was only used by the i915 driver for the swapbuffer vsync tasklet.
> >>> Th
On Fri, Apr 3, 2009 at 11:56 AM, Kristian Høgsberg wrote:
> 2009/4/2 Eric Anholt :
>> On Thu, 2009-04-02 at 14:41 -0400, Kristian Høgsberg wrote:
>>> This was only used by the i915 driver for the swapbuffer vsync tasklet.
>>> That functionality is now gone and nothing uses the kernel side
>>> clip
2009/4/2 Eric Anholt :
> On Thu, 2009-04-02 at 14:41 -0400, Kristian Høgsberg wrote:
>> This was only used by the i915 driver for the swapbuffer vsync tasklet.
>> That functionality is now gone and nothing uses the kernel side
>> cliprects anymore. Just stub out the ioctls, but make sure we return
On Thu, 2009-04-02 at 14:41 -0400, Kristian Høgsberg wrote:
> This was only used by the i915 driver for the swapbuffer vsync tasklet.
> That functionality is now gone and nothing uses the kernel side
> cliprects anymore. Just stub out the ioctls, but make sure we return
> a non-zero handle in the
This was only used by the i915 driver for the swapbuffer vsync tasklet.
That functionality is now gone and nothing uses the kernel side
cliprects anymore. Just stub out the ioctls, but make sure we return
a non-zero handle in the DRM_IOCTL_ADD_DRAW case.
Signed-off-by: Kristian Høgsberg
---
dri