Re: [PATCH v2 3/8] randr: Add ability to turn PRIME sync off

2016-01-26 Thread Adam Jackson
On Mon, 2016-01-25 at 19:17 -0800, Alex Goins wrote: > Hey Adam, > > I recently got around to implementing this when putting the v3 patch set > together (with some changes of my own,) and I'm finding that it harms the user > experience significantly. > > It's sort of annoying that you currently

Re: [PATCH 1/1] Initialize pci_dev

2016-01-26 Thread Emil Velikov
Hi Pascal, For the future please include the project/repo in the subject prefix -> [PATCH xf86-video-fbdev] On 22 January 2016 at 00:26, Pascal Terjan wrote: > Else it is read before initialization if XSERVER_LIBPCIACCESS is not defined > or location.type is not BUS_PCI. > >

[PATCH xf86-input-libinput] Add property/option for enabling/disabling tap-n-drag

2016-01-26 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- include/libinput-properties.h | 6 +++ man/libinput.man | 8 src/xf86libinput.c| 94 +++ 3 files changed, 108 insertions(+) diff --git

Re: [PATCH 1/1] Initialize pci_dev

2016-01-26 Thread Pascal Terjan
On Wed, Jan 27, 2016 at 12:03 AM, Emil Velikov wrote: > Hi Pascal, > > For the future please include the project/repo in the subject prefix > -> [PATCH xf86-video-fbdev] Yes sorry, realised afterwards and prefered not to spam by sending a second one > On 22 January