xfree86: bus: fb drivers might want to use vga arbitration either

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Tiago Vignatti 2010-05-02 21:16:23 +03:00
parent 2464eb7d56
commit 211ca67e4d

View File

@ -457,13 +457,13 @@ xf86PostProbe(void)
void
xf86PostScreenInit(void)
{
xf86VGAarbiterWrapFunctions();
if (fbSlotClaimed) {
SetSIGIOForState(OPERATING);
return;
}
xf86VGAarbiterWrapFunctions();
DebugF("PostScreenInit generation: %i\n",serverGeneration);
xf86EnterServerState(OPERATING);
}