Re: [PATCH xserver] dmx: fix linking

2017-02-03 Thread Mihail Konev
On Fri, Feb 03, 2017 at 10:08:03AM +0900, Michel Dänzer wrote: > On 03/02/17 06:57 AM, Mihail Konev wrote: > > Regressed-in: bb9128fd ("present: disable page flip") > > Signed-off-by: Mihail Konev > > --- > > Maybe there should be #ifdef-s instead - I only bisected :) > > > > randr/Makefile.am |

Re: [PATCH xserver] dmx: fix linking

2017-02-03 Thread Mihail Konev
On Fri, Feb 03, 2017 at 10:08:03AM +0900, Michel Dänzer wrote: > On 03/02/17 06:57 AM, Mihail Konev wrote: > > Regressed-in: bb9128fd ("present: disable page flip") > > Signed-off-by: Mihail Konev > > --- > > Maybe there should be #ifdef-s instead - I only bisected :) > > > > randr/Makefile.am |

Re: [PATCH util/macros] Add new script xorg-prepare-git-repo.sh

2017-02-03 Thread Emil Velikov
On 2 February 2017 at 22:04, Peter Hutterer wrote: > On Tue, Jan 31, 2017 at 10:24:55AM +, Emil Velikov wrote: >> From: Emil Velikov >> >> New script invoked by the project's autogen.sh to facilitate basic git >> config setup and likely others in the future. >> >> Ensure that all of output is

Re: how does X11 get EDID?

2017-02-03 Thread Daniel Martin
On 3 February 2017 at 01:17, Sanford Rockowitz wrote: > Can someone point me to where in the X11 code base the the monitor is > queried for the EDID? For the modesetting driver case, it happens in: hw/xfree86/drivers/modesetting/drmmode_display.c drmmode_output_get_modes() ___

Re: [PATCH xserver] present: disable page flip only when a slave crtc is active

2017-02-03 Thread Michel Dänzer
On 02/02/17 07:04 PM, Yu, Qiang wrote: > > Thanks Michel, can we put this fix to 1.19 branch? Looks like it broke the DMX build: https://patchwork.freedesktop.org/patch/136700/ Also, I think (though I'm obviously biased on this one :) it would be even better for https://patchwork.freedesktop.org

Re: [PATCH xserver] composite: Explicitly validate source picture in compNewPixmap

2017-02-03 Thread Michel Dänzer
On 03/02/17 12:28 PM, Michel Dänzer wrote: > > @@ -579,6 +580,14 @@ compNewPixmap(WindowPtr pWin, int x, int y, int w, int h) > serverClient, &error); > > if (pSrcPicture && pDstPicture) { > +/* > + * Validating th

[PATCH xserver] composite: Explicitly validate source picture in compNewPixmap

2017-02-03 Thread Michel Dänzer
From: Michel Dänzer CompositePicture also does it, but only after the damage layer is unwrapped, so no damage is reported. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99220 Signed-off-by: Michel Dänzer --- For some reason, this causes an Xnest link failure without the configure.ac c