Re: [PATCH] Remove code for tracking per-drawable cliprects.

2009-04-08 Thread Kristian Høgsberg
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

Re: [PATCH] Remove code for tracking per-drawable cliprects.

2009-04-08 Thread Kristian Høgsberg
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

Re: [PATCH] Remove code for tracking per-drawable cliprects.

2009-04-07 Thread Dave Airlie
> > 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.

Re: [PATCH] Remove code for tracking per-drawable cliprects.

2009-04-07 Thread Eric Anholt
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

Re: [PATCH] Remove code for tracking per-drawable cliprects.

2009-04-07 Thread Kristian Høgsberg
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

Re: [PATCH] Remove code for tracking per-drawable cliprects.

2009-04-03 Thread Kristian Høgsberg
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

Re: [PATCH] Remove code for tracking per-drawable cliprects.

2009-04-02 Thread 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 > a non-zero handle in the

[PATCH] Remove code for tracking per-drawable cliprects.

2009-04-02 Thread Kristian Høgsberg
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