mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -457,13 +457,13 @@ xf86PostProbe(void)
|
||||
void
|
||||
xf86PostScreenInit(void)
|
||||
{
|
||||
xf86VGAarbiterWrapFunctions();
|
||||
|
||||
if (fbSlotClaimed) {
|
||||
SetSIGIOForState(OPERATING);
|
||||
return;
|
||||
}
|
||||
|
||||
xf86VGAarbiterWrapFunctions();
|
||||
|
||||
DebugF("PostScreenInit generation: %i\n",serverGeneration);
|
||||
xf86EnterServerState(OPERATING);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user