Re: [RFC PATCH xserver] modesetting: re-set the crtc's mode when link-status goes BAD

2017-02-24 Thread Manasi Navare
Hi Daniel, We have ACKs on the userspace design from both Adams and Eric. Is this enough to merge the kernel patches? I spoke to Eric briefly about this and he gave me a verbal r-b as well. He said the userspace patches cant get merged unless DRM patches are merged. So what should be some of our

Re: [PATCH util-modular] release.sh: Also update srv_path for older Mesa releases.

2017-02-24 Thread Emil Velikov
On 14 February 2017 at 11:39, Emil Velikov wrote: > From: Emil Velikov > > Otherwise we'll be missing the "$version" directory and the files > will be uploaded the the wrong location. > > Fixes: f16477858bc "release.sh: remove $MESA_VERSION from the > destination location" > Signed-off-by: Emil V

Re: [PATCH xf86-input-libinput 1/3] Add streq() macro, replace strcmp instances with it

2017-02-24 Thread walter harms
Am 24.02.2017 15:13, schrieb Eric Engestrom: > On Friday, 2017-02-24 13:10:17 +1000, Peter Hutterer wrote: >> And why isn't this a thing in glibc yet > > Indeed :( > So many bugs caused by someone assuming `if (strcmp(a, b))` means a==b... > >> >> Signed-off-by: Peter Hutterer >> --- >> src/x

Re: [PATCH xf86-input-libinput 1/3] Add streq() macro, replace strcmp instances with it

2017-02-24 Thread Eric Engestrom
On Friday, 2017-02-24 14:13:39 +, Eric Engestrom wrote: > On Friday, 2017-02-24 13:10:17 +1000, Peter Hutterer wrote: > > And why isn't this a thing in glibc yet > > Indeed :( > So many bugs caused by someone assuming `if (strcmp(a, b))` means a==b... > > > > > Signed-off-by: Peter Hutterer

Re: [PATCH xf86-input-libinput 1/3] Add streq() macro, replace strcmp instances with it

2017-02-24 Thread Eric Engestrom
On Friday, 2017-02-24 13:10:17 +1000, Peter Hutterer wrote: > And why isn't this a thing in glibc yet Indeed :( So many bugs caused by someone assuming `if (strcmp(a, b))` means a==b... > > Signed-off-by: Peter Hutterer > --- > src/xf86libinput.c | 21 - > 1 file changed, 1

Re: [PATCH xserver] edid: Prune duplicates after adding modes from DDC

2017-02-24 Thread Emil Velikov
On 24 February 2017 at 01:08, Michel Dänzer wrote: > On 24/02/17 05:21 AM, Emil Velikov wrote: >> P.s. Sending from my phone - pardon the html formatting. > > It could have waited until you got access to a decent mailer? :) > Considering how badly I misread the patch - I really should have. Pard

Re: [PATCH v2 xserver] os: log a bug whenever WriteToClient is called from the input thread

2017-02-24 Thread Olivier Fourdan
> The input thread should generate events, not send them. Make it easier to > find the instances where it's doing so. > > Signed-off-by: Peter Hutterer > Tested-by: Olivier Fourdan > --- > Changes to v1: > - add check for InputThreadInfo to avoid null-pointer dereference > - remove leftover decl