Re: [PATCH 4/6] xfree86: Keep trying to set interface on drm for 2 seconds.

2013-03-22 Thread Geert Uytterhoeven
On Thu, Mar 21, 2013 at 7:31 PM, Julien Cristau jcris...@debian.org wrote: On Thu, Mar 21, 2013 at 14:45:16 +0100, walter harms wrote: Am 19.03.2013 20:12, schrieb Bryce Harrington: + usleep(1); nitpicking: posix 2008 says that usleep() is obsolet, perhaps you can use sleep() here ?

Re: [PATCH 4/6] xfree86: Keep trying to set interface on drm for 2 seconds.

2013-03-21 Thread walter harms
Am 19.03.2013 20:12, schrieb Bryce Harrington: And if we've had to delay booting due to not being able to set the interface, fess up. Signed-off-by: Bryce Harrington br...@canonical.com Reviewed-by: Chris Wilson ch...@chris-wilson.co.uk --- hw/xfree86/os-support/linux/lnx_platform.c |

Re: [PATCH 4/6] xfree86: Keep trying to set interface on drm for 2 seconds.

2013-03-21 Thread Julien Cristau
On Thu, Mar 21, 2013 at 14:45:16 +0100, walter harms wrote: Am 19.03.2013 20:12, schrieb Bryce Harrington: + usleep(1); nitpicking: posix 2008 says that usleep() is obsolet, perhaps you can use sleep() here ? How would you convert 10ms to an integer number of seconds?

[PATCH 4/6] xfree86: Keep trying to set interface on drm for 2 seconds.

2013-03-19 Thread Bryce Harrington
And if we've had to delay booting due to not being able to set the interface, fess up. Signed-off-by: Bryce Harrington br...@canonical.com Reviewed-by: Chris Wilson ch...@chris-wilson.co.uk --- hw/xfree86/os-support/linux/lnx_platform.c | 20 +++- 1 file changed, 15