Re: [PATCH xf86-input-libinput] conf: rename to 60-libinput.conf

2016-04-27 Thread Jason Gerecke
On Tue, Apr 26, 2016 at 3:15 PM, Peter Hutterer wrote: > 60 sorts higher than the other drivers (evdev has 10, synaptics, wacom and > others have 50) so we keep the same order. > > This is part of a two-step solution, the other half is renaming the > xf86-input-wacom's

Re: [PATCH] uxa: fix missing includes for fstat

2016-04-27 Thread Emil Velikov
On 26 April 2016 at 15:07, Stefan Dirsch wrote: > On Tue, Apr 26, 2016 at 01:51:39PM +0100, Chris Wilson wrote: >> On Tue, Apr 26, 2016 at 02:42:52PM +0200, Stefan Dirsch wrote: >> > From: Dominique Leuenberger >> > >> > Without these headers, we can run

Re: [PATCH] Disable tiling on SuperSavage by default

2016-04-27 Thread Stefan Dirsch
On Wed, Apr 27, 2016 at 05:24:53PM -0400, Adam Jackson wrote: > On Wed, 2016-04-27 at 16:16 +0200, Hans de Goede wrote: > > Hi, > > > > On 27-04-16 16:02, Stefan Dirsch wrote: > > > Xserver cannot be started with Tiling enabled on SuperSavage. > > >

Re: [PATCH] Disable tiling on SuperSavage by default

2016-04-27 Thread Adam Jackson
On Wed, 2016-04-27 at 16:16 +0200, Hans de Goede wrote: > Hi, > > On 27-04-16 16:02, Stefan Dirsch wrote: > > Xserver cannot be started with Tiling enabled on SuperSavage. > > https://bugzilla.opensuse.org/show_bug.cgi?id=805380 > > > > Signed-off-by: Stefan Dirsch > > Given

Re: [PATCH cirrus 1/2] Remove (almost) no-op setup functions

2016-04-27 Thread Adam Jackson
On Wed, 2016-04-27 at 22:30 +0200, Julien Cristau wrote: > On Wed, Apr 27, 2016 at 12:25:31 -0400, Adam Jackson wrote: > > > These became practical no-ops when I removed reference to the loader > > symbol lists. gcc will still emit code (and bss) for them though. No > > functional change, just

Re: [PATCH cirrus 1/2] Remove (almost) no-op setup functions

2016-04-27 Thread Julien Cristau
On Wed, Apr 27, 2016 at 12:25:31 -0400, Adam Jackson wrote: > These became practical no-ops when I removed reference to the loader > symbol lists. gcc will still emit code (and bss) for them though. No > functional change, just doing it to prove that nothing special happens > at submodule load. >

Re: [PATCH] Use 16bpp when running in virt and on XenSource gfx

2016-04-27 Thread Stefan Dirsch
On Wed, Apr 27, 2016 at 11:59:43AM -0400, Adam Jackson wrote: > On Tue, 2016-04-26 at 13:57 +0200, Stefan Dirsch wrote: > > From: Frederic Crozat > > > > Due to graphics corruption default to 16bpp in virt instead of 24 (Fedora). > > Do the same on XenSource gfx, which suffers

Re: [PATCH] Disable "acceleration" under qemu

2016-04-27 Thread Stefan Dirsch
On Wed, Apr 27, 2016 at 11:54:49AM -0400, Adam Jackson wrote: > On Tue, 2016-04-26 at 16:26 +0200, Stefan Dirsch wrote: > > Disable "acceleration" under qemu, since taking the hypercall trap > > is really quite expensive and you're better off doing noaccel. Patch > > is based on the one by "Adam

[PATCH cirrus 1/2] Remove (almost) no-op setup functions

2016-04-27 Thread Adam Jackson
These became practical no-ops when I removed reference to the loader symbol lists. gcc will still emit code (and bss) for them though. No functional change, just doing it to prove that nothing special happens at submodule load. Signed-off-by: Adam Jackson --- src/alp_driver.c |

[PATCH cirrus 2/2] Don't build split alpine and laguna support

2016-04-27 Thread Adam Jackson
Before: textdata bss dec hex filename 257722040 16 278286cb4 src/.libs/cirrus_alpine.so 114291552 112 130933325 src/.libs/cirrus_drv.so 219682016 16 240005dc0 src/.libs/cirrus_laguna.so 591695608 114 64921fd99

Re: [PATCH] Use 16bpp when running in virt and on XenSource gfx

2016-04-27 Thread Adam Jackson
On Tue, 2016-04-26 at 13:57 +0200, Stefan Dirsch wrote: > From: Frederic Crozat > > Due to graphics corruption default to 16bpp in virt instead of 24 (Fedora). > Do the same on XenSource gfx, which suffers from the same issue. remote: I: patch #83711 updated using rev

Re: [PATCH] Disable "acceleration" under qemu

2016-04-27 Thread Adam Jackson
On Tue, 2016-04-26 at 16:26 +0200, Stefan Dirsch wrote: > Disable "acceleration" under qemu, since taking the hypercall trap > is really quite expensive and you're better off doing noaccel. Patch > is based on the one by "Adam Jackson" ... if that _is_ his real name. Apologies

[PATCH] Disable tiling on SuperSavage by default

2016-04-27 Thread Stefan Dirsch
Xserver cannot be started with Tiling enabled on SuperSavage. https://bugzilla.opensuse.org/show_bug.cgi?id=805380 Signed-off-by: Stefan Dirsch --- src/savage_driver.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/savage_driver.c

Re: [PATCH libICE] Enable visibility annotations

2016-04-27 Thread Yury Gribov
On 04/26/2016 02:14 PM, Emil Velikov wrote: On 26 April 2016 at 07:54, Yury Gribov wrote: On 04/20/2016 10:03 AM, Yury Gribov wrote: On 04/19/2016 06:35 PM, Yury Gribov wrote: On 04/18/2016 06:21 PM, Adam Jackson wrote: On Mon, 2016-04-18 at 09:23 +0300, Yury Gribov