Re: [PATCH] os: Fix timer race conditions

2015-01-24 Thread Keith Packard
Aaron Plattner aplatt...@nvidia.com writes: Sorry, I didn't realize you were still waiting for that. I just sent a reviewed squashed v2. Sorry for not making that more clear before; I'll get this merged for 1.17. -- -keith signature.asc Description: PGP signature

Re: [PATCH] os: Fix timer race conditions

2015-01-24 Thread Aaron Plattner
On 01/23/2015 10:42 AM, Keith Packard wrote: * PGP Signed by an unknown key Nikhil Mahale nmah...@nvidia.com writes: On Monday, December 29, 2014 02:35:53 PM Keith Packard wrote: Old Signed by an unknown key Nikhil Mahale nmah...@nvidia.com writes: ok, here is updated patch. This patch

[PATCH xf86-video-dummy 5/6] Get rid of dPtr-FBBase

2015-01-24 Thread Aaron Plattner
The pointer to the screen's pixels is stored in the screen pixmap's devPrivate.ptr field. Just use that instead of storing it redundantly. In addition, don't leak the screen if the server was VT switched. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- src/dummy.h| 1 -

[PATCH xf86-video-dummy 4/6] Remove DGA support

2015-01-24 Thread Aaron Plattner
DGA was so 2004. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- configure.ac | 8 --- src/Makefile.am| 5 -- src/dummy.h| 7 --- src/dummy_dga.c| 175 - src/dummy_driver.c | 8 --- 5 files changed, 203

[PATCH xf86-video-dummy 2/6] Delete XV stuff

2015-01-24 Thread Aaron Plattner
As far as I can tell, this was never implemented or used. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- configure.ac | 1 - src/dummy.h| 11 --- src/dummy_driver.c | 7 --- 3 files changed, 19 deletions(-) diff --git a/configure.ac b/configure.ac index

[PATCH xf86-video-dummy 6/6] Support RandR 1.2

2015-01-24 Thread Aaron Plattner
Don't bother creating RandR outputs or creating or validating modes. Instead, just invent a dummy DisplayModeRec for the current screen size. Plug in a RandR framebuffer resize hook to allow resizing the screen. Update the screen pixmap, ScrnInfo structure, and dummy mode when that happens.

[PATCH xf86-video-dummy 3/6] Delete dPtr-screenSaver

2015-01-24 Thread Aaron Plattner
This is assigned, but never used. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- src/dummy.h| 1 - src/dummy_driver.c | 9 - 2 files changed, 10 deletions(-) diff --git a/src/dummy.h b/src/dummy.h index c231be4c069e..705b9e5ed8b9 100644 --- a/src/dummy.h +++

[PATCH xf86-video-dummy 1/6] Remove pointless empty functions

2015-01-24 Thread Aaron Plattner
These functions might be useful in a real driver, but with no hardware, they're pointless. Get rid of them. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- src/dummy_driver.c | 56 -- 1 file changed, 56 deletions(-) diff --git

[PATCH xf86-video-dummy 0/6] Cleanups and RandR 1.2 support

2015-01-24 Thread Aaron Plattner
This series is a counterproposal to Nicolas's patch dummy: Add support for custom resolutions (RandR 1.2) [1] This version allows using xrandr's --fb option to resize the screen rather than having to try to create fake modes that pass validation against made-up hardware constraints. It also

Re: [PATCH 2/2] systemd-logind: Only use systemd-logind integration together with keeptty

2015-01-24 Thread Hans de Goede
Hi, On 23-01-15 17:05, Ray Strode wrote: Hi, The fix for this is easy, we must not use systemd-logind integration when not using KeepTty, or iow we may only use systemd-logind integration together with KeepTty. I think this behaviour should be documented in the man page. And maybe even