mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 00:10:09 +01: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:
parent
2464eb7d56
commit
211ca67e4d
1 changed files with 2 additions and 2 deletions
|
|
@ -457,13 +457,13 @@ xf86PostProbe(void)
|
|||
void
|
||||
xf86PostScreenInit(void)
|
||||
{
|
||||
xf86VGAarbiterWrapFunctions();
|
||||
|
||||
if (fbSlotClaimed) {
|
||||
SetSIGIOForState(OPERATING);
|
||||
return;
|
||||
}
|
||||
|
||||
xf86VGAarbiterWrapFunctions();
|
||||
|
||||
DebugF("PostScreenInit generation: %i\n",serverGeneration);
|
||||
xf86EnterServerState(OPERATING);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue