Re: [PATCH] present: Don't stash the MSC value when present_get_ust_msc fails

2015-09-30 Thread Adam Jackson
On Tue, 2015-09-29 at 12:32 +0900, Michel Dänzer wrote: > Thanks for the detailed explanation. It might be nice to work that into > the Git commit log, but either way, > > Reviewed-by: Michel Dänzer Merged: remote: I: patch #59267 updated using rev

Re: [PATCH] present: Don't stash the MSC value when present_get_ust_msc fails

2015-09-28 Thread Michel Dänzer
On 29.09.2015 11:55, Fredrik Höglund wrote: > On Friday 11 September 2015, Michel Dänzer wrote: >> On 11.09.2015 06:33, Fredrik Höglund wrote: >>> Otherwise we stash an uninitalized value, and later use it to compute >>> the msc_offset for the window. Also initialize ust and crtc_msc so we >>>

Re: [PATCH] present: Don't stash the MSC value when present_get_ust_msc fails

2015-09-28 Thread Fredrik Höglund
On Friday 11 September 2015, Michel Dänzer wrote: > On 11.09.2015 06:33, Fredrik Höglund wrote: > > Otherwise we stash an uninitalized value, and later use it to compute > > the msc_offset for the window. Also initialize ust and crtc_msc so we > > never use uninitalized values when

[PATCH] present: Don't stash the MSC value when present_get_ust_msc fails

2015-09-10 Thread Fredrik Höglund
Otherwise we stash an uninitalized value, and later use it to compute the msc_offset for the window. Also initialize ust and crtc_msc so we never use uninitalized values when present_get_ust_msc fails. This fixes clients getting stuck waiting indefinitely for an idle event when a CRTC is turned

Re: [PATCH] present: Don't stash the MSC value when present_get_ust_msc fails

2015-09-10 Thread Michel Dänzer
On 11.09.2015 06:33, Fredrik Höglund wrote: > Otherwise we stash an uninitalized value, and later use it to compute > the msc_offset for the window. Also initialize ust and crtc_msc so we > never use uninitalized values when present_get_ust_msc fails. > > This fixes clients getting stuck waiting