Re: [Intel-gfx] [PATCH 5/8] xfree86: After 2 sec, abort setting drm interface version.

2013-03-18 Thread Bryce Harrington
On Mon, Mar 18, 2013 at 11:00:55AM +, Chris Wilson wrote: > On Fri, Mar 15, 2013 at 11:02:55AM -0700, Bryce Harrington wrote: > > And if we've had to delay booting due to not being able to set the > > interface, fess up. > > I would squash this into the previous patch. Adding an infinite loop

Re: [Intel-gfx] [PATCH 5/8] xfree86: After 2 sec, abort setting drm interface version.

2013-03-18 Thread Chris Wilson
On Fri, Mar 15, 2013 at 11:02:55AM -0700, Bryce Harrington wrote: > And if we've had to delay booting due to not being able to set the > interface, fess up. I would squash this into the previous patch. Adding an infinite loop is unpleasant, and therefore guaranteed to be hit on every bisection. -C

[Intel-gfx] [PATCH 5/8] xfree86: After 2 sec, abort setting drm interface version.

2013-03-15 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 --- hw/xfree86/os-support/linux/lnx_platform.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/os-support/linux/lnx_platform.c b/hw/x