Lines Matching refs:VGA
2 VGA Arbiter
6 modern devices allow relocation of such ranges, some "Legacy" VGA devices
13 the legacy VGA arbitration task (besides other bus management tasks) when more
20 the operation of the VGA arbiter implemented for the Linux kernel.
39 scans all PCI devices and adds the VGA ones inside the arbitration. The
40 arbiter then enables/disables the decoding on different devices of the VGA
48 the default VGA device of the system.
123 These functions below acquire VGA resources for the given card and mark those
127 legacy resource lock. The arbiter will first look for all VGA cards that
128 might conflict and disable their IOs and/or Memory access, including VGA
131 Memory access is enabled on the card (including VGA forwarding on parent
135 VGA memory and IO afaik). If the card already owns the resources, the function
153 Indicates to the arbiter if the card decodes legacy VGA IOs, legacy VGA
172 X server basically wraps all the functions that touch VGA registers somehow.