Re: [PATCH v2 xserver 3/4] dri2: refine dri2_probe_driver_name (v2)

2017-01-22 Thread Yu, Qiang
Hi, If no further comments, can this patch be merged? Regards, Qiang From: Emil Velikov Sent: Wednesday, January 11, 2017 7:15:52 PM To: Yu, Qiang Cc: ML xorg-devel Subject: Re: [PATCH v2 xserver 3/4] dri2: refine

Re: [PATCH util-modular 4/4] release.sh: implement around git worktree

2017-01-22 Thread Peter Hutterer
On Fri, Jan 20, 2017 at 02:19:06PM +, Emil Velikov wrote: > On 20 January 2017 at 02:49, Peter Hutterer wrote: > > On Thu, Jan 19, 2017 at 07:30:10PM +, Emil Velikov wrote: > >> From: Emil Velikov > >> > >> Months ago, before my work

[PATCH] libXinerama: Set number to 0 on error.

2017-01-22 Thread Tobias Stoeckmann
The documentation of XineramaQueryScreens states that number is always set to the amount of screens in the returned array, but if the communication with the X server fails, NULL is returned without modifying number. At least dwm relies on the fact that number is set to 0 on error, i.e. when NULL

Fixing bug: 39949, randr scale and cursor bounds

2017-01-22 Thread Àlex Fiestas
Hi there When scaling a screen the cursor is getting jailed in an area that does not cover the entire size. You can read more about the bug here: https://bugs.freedesktop.org/show_bug.cgi?id=39949 The patch provided in that bug entry by Chris Wilson fixes it but apparently breaks keystone

Re: [PATCH libdrm v3 3/5] xf86drm: Add platform and host1x bus support

2017-01-22 Thread Emil Velikov
On 21 January 2017 at 11:07, walter harms wrote: +if (fetch_deviceinfo) { +ptr += sizeof(drmHost1xBusInfo); +dev->deviceinfo.host1x = (drmHost1xDeviceInfoPtr)ptr; + +ret = drmParseHost1xDeviceInfo(maj, min,