Re: [Intel-gfx] [PATCH] drm/i915: disable flushing_list/gpu_write_list

2012-06-20 Thread Daniel Vetter
On Wed, Jun 13, 2012 at 10:05:39PM +0100, Chris Wilson wrote: > On Wed, 13 Jun 2012 20:45:19 +0200, Daniel Vetter > wrote: > > This is just the minimal patch to disable all this code so that we can > > do decent amounts of QA before we rip it all out. > > > > The complicating thing is that we ne

Re: [Intel-gfx] [PATCH] drm/i915: disable flushing_list/gpu_write_list

2012-06-13 Thread Chris Wilson
On Wed, 13 Jun 2012 20:45:19 +0200, Daniel Vetter wrote: > This is just the minimal patch to disable all this code so that we can > do decent amounts of QA before we rip it all out. > > The complicating thing is that we need to flush the gpu caches after > the batchbuffer is emitted. Which is pa

[Intel-gfx] [PATCH] drm/i915: disable flushing_list/gpu_write_list

2012-06-13 Thread Daniel Vetter
This is just the minimal patch to disable all this code so that we can do decent amounts of QA before we rip it all out. The complicating thing is that we need to flush the gpu caches after the batchbuffer is emitted. Which is past the point of no return where execbuffer can't fail any more (other