Re: [PATCH 3/3] Require video drivers to report that they support server managed fds

2014-03-04 Thread Alan Coopersmith
On 03/ 4/14 08:56 AM, Hans de Goede wrote: Hi, On 03/03/2014 06:01 PM, Alan Coopersmith wrote: On 03/ 3/14 08:26 AM, Hans de Goede wrote: +#include systemd-logind.h Shouldn't that be in an #ifdef for systemd platforms only? systemd-logind.h has the ifdef internally and defines (always

[PATCH 3/3] Require video drivers to report that they support server managed fds

2014-03-03 Thread Hans de Goede
This makes how we handle video drivers identical to what we do for input drivers, and this should make live easier for old non kms drivers. Signed-off-by: Hans de Goede hdego...@redhat.com --- hw/xfree86/common/xf86platformBus.c | 14 +- hw/xfree86/common/xf86str.h | 3 ++-

Re: [PATCH 3/3] Require video drivers to report that they support server managed fds

2014-03-03 Thread Alan Coopersmith
On 03/ 3/14 08:26 AM, Hans de Goede wrote: This makes how we handle video drivers identical to what we do for input drivers, and this should make live easier for old non kms drivers. Signed-off-by: Hans de Goede hdego...@redhat.com --- hw/xfree86/common/xf86platformBus.c | 14 +-