Re: [Intel-gfx] IVB page flipping fixes (hopefully final)

2011-06-23 Thread Zhao, Jian J
0, 2011 11:15 PM > To: Jesse Barnes > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] IVB page flipping fixes (hopefully final) > > Hi Jesse, > With your these two patches: > http://lists.freedesktop.org/archives/intel-gfx/2011-June/011014.html It > indeed fi

Re: [Intel-gfx] IVB page flipping fixes (hopefully final)

2011-06-20 Thread Zhao, Jian J
ne 17, 2011 12:19 AM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] IVB page flipping fixes (hopefully final) > > This set addresses comments from Dan and Chris, namely: > - pin & fence the new fb on the correct ring for IVB > - cleanup gen2/3 wait code by puttin

Re: [Intel-gfx] IVB page flipping fixes (hopefully final)

2011-06-17 Thread Kenneth Graunke
On 06/16/2011 09:19 AM, Jesse Barnes wrote: This set addresses comments from Dan and Chris, namely: - pin& fence the new fb on the correct ring for IVB - cleanup gen2/3 wait code by putting it in gen2/3 wait functions - remove dead code - fix a race in the split code with the interru

Re: [Intel-gfx] IVB page flipping fixes (hopefully final)

2011-06-16 Thread Daniel Vetter
For both: Reviewed-by: Daniel Vetter -- Daniel Vetter daniel.vet...@ffwll.ch - +41 (0) 79 364 57 48 - http://blog.ffwll.ch ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] IVB page flipping fixes (hopefully final)

2011-06-16 Thread Jesse Barnes
This set addresses comments from Dan and Chris, namely: - pin & fence the new fb on the correct ring for IVB - cleanup gen2/3 wait code by putting it in gen2/3 wait functions - remove dead code - fix a race in the split code with the interrupt handler and flip pending Thanks, Jesse __