Re: [Intel-gfx] [PATCH 1/2] drm/i915: Kill DRI1 cliprects

2015-10-07 Thread Daniel Vetter
On Tue, Oct 06, 2015 at 04:37:13PM +0100, Chris Wilson wrote: > On Tue, Oct 06, 2015 at 03:19:36PM +0100, Tvrtko Ursulin wrote: > > > > On 06/10/15 11:39, Chris Wilson wrote: > > >Passing cliprects into the kernel for it to re-execute the batch buffer > > >with different CMD_DRAWRECT died out long

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Kill DRI1 cliprects

2015-10-06 Thread Chris Wilson
On Tue, Oct 06, 2015 at 03:19:36PM +0100, Tvrtko Ursulin wrote: > > On 06/10/15 11:39, Chris Wilson wrote: > >Passing cliprects into the kernel for it to re-execute the batch buffer > >with different CMD_DRAWRECT died out long ago. As DRI1 support has been > >removed from the kernel, we can now si

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Kill DRI1 cliprects

2015-10-06 Thread Chris Wilson
On Tue, Oct 06, 2015 at 03:29:20PM +0100, Dave Gordon wrote: > On 06/10/15 11:39, Chris Wilson wrote: > >Passing cliprects into the kernel for it to re-execute the batch buffer > >with different CMD_DRAWRECT died out long ago. As DRI1 support has been > >removed from the kernel, we can now simply r

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Kill DRI1 cliprects

2015-10-06 Thread Dave Gordon
On 06/10/15 11:39, Chris Wilson wrote: Passing cliprects into the kernel for it to re-execute the batch buffer with different CMD_DRAWRECT died out long ago. As DRI1 support has been removed from the kernel, we can now simply reject any execbuf trying to use this "feature". To keep Daniel happy

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Kill DRI1 cliprects

2015-10-06 Thread Tvrtko Ursulin
On 06/10/15 11:39, Chris Wilson wrote: Passing cliprects into the kernel for it to re-execute the batch buffer with different CMD_DRAWRECT died out long ago. As DRI1 support has been removed from the kernel, we can now simply reject any execbuf trying to use this "feature". To keep Daniel happy

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Kill DRI1 cliprects

2015-10-06 Thread Chris Wilson
On Tue, Oct 06, 2015 at 01:21:25PM +0200, Daniel Vetter wrote: > On Tue, Oct 06, 2015 at 11:39:55AM +0100, Chris Wilson wrote: > > Passing cliprects into the kernel for it to re-execute the batch buffer > > with different CMD_DRAWRECT died out long ago. As DRI1 support has been > > removed from the

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Kill DRI1 cliprects

2015-10-06 Thread Daniel Vetter
On Tue, Oct 06, 2015 at 11:39:55AM +0100, Chris Wilson wrote: > Passing cliprects into the kernel for it to re-execute the batch buffer > with different CMD_DRAWRECT died out long ago. As DRI1 support has been > removed from the kernel, we can now simply reject any execbuf trying to > use this "fea

[Intel-gfx] [PATCH 1/2] drm/i915: Kill DRI1 cliprects

2015-10-06 Thread Chris Wilson
Passing cliprects into the kernel for it to re-execute the batch buffer with different CMD_DRAWRECT died out long ago. As DRI1 support has been removed from the kernel, we can now simply reject any execbuf trying to use this "feature". To keep Daniel happy with the prospect of being able to reuse