From 211ca67e4d8d00b20a74a78304a61d4dbea62706 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Sun, 2 May 2010 21:16:23 +0300 Subject: [PATCH] xfree86: bus: fb drivers might want to use vga arbitration either Signed-off-by: Tiago Vignatti Reviewed-by: Adam Jackson --- hw/xfree86/common/xf86Bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c index 910c884a7..9bf4514a0 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c @@ -457,13 +457,13 @@ xf86PostProbe(void) void xf86PostScreenInit(void) { + xf86VGAarbiterWrapFunctions(); + if (fbSlotClaimed) { SetSIGIOForState(OPERATING); return; } - xf86VGAarbiterWrapFunctions(); - DebugF("PostScreenInit generation: %i\n",serverGeneration); xf86EnterServerState(OPERATING); }