Re: [PATCH xserver 2/3] present: Requeue if flip driver hook fails and target MSC not reached

2016-03-19 Thread Martin Peres
On 25/02/16 11:53, Chris Wilson wrote: On Wed, Feb 24, 2016 at 04:52:58PM +0900, Michel Dänzer wrote: From: Michel Dänzer For flipping, we wait for the MSC before the target MSC and then call the driver flip hook. If the latter fails, we have to wait for the target MSC

Re: [PATCH xserver 2/3] present: Requeue if flip driver hook fails and target MSC not reached

2016-02-25 Thread Chris Wilson
On Wed, Feb 24, 2016 at 04:52:58PM +0900, Michel Dänzer wrote: > From: Michel Dänzer > > For flipping, we wait for the MSC before the target MSC and then call > the driver flip hook. If the latter fails, we have to wait for the > target MSC before falling back to a copy,

[PATCH xserver 2/3] present: Requeue if flip driver hook fails and target MSC not reached

2016-02-25 Thread Michel Dänzer
From: Michel Dänzer For flipping, we wait for the MSC before the target MSC and then call the driver flip hook. If the latter fails, we have to wait for the target MSC before falling back to a copy, or else it's executed too early. Fixes glxgears running at unbounded