• Home
  • Raw
  • Download

Lines Matching +full:target +full:- +full:module

7 implemented on PCI will typically have the same "hard-decoded" addresses as
8 they did on ISA. For more details see "PCI Bus Binding to IEEE Std 1275-1994
12 The Resource Access Control (RAC) module inside the X server [0] existed for
14 than one legacy device co-exists on the same machine. But the problem happens
23 ---------------------------
25 The vgaarb is a module of the Linux Kernel. When it is initially loaded, it
42 Return a string indicating the status of the target like:
51 unplugged, we get "invalid" then for card_ID and an -ENODEV
58 target <card_ID>
59 switch target to card <card_ID> (see below)
61 acquires locks on target ("none" is an invalid io_state)
63 non-blocking acquire locks on target (returns EBUSY if
66 release locks on target
68 release all locks on target held by this user (not implemented
74 event if something changes on any card (not just the target)
90 In the case of devices hot-{un,}plugged, there is a hook - pci_notify() - to
94 There is also an in-kernel API of the arbiter in case DRM, vgacon, or other
97 In-kernel interface
98 -------------------
100 .. kernel-doc:: include/linux/vgaarb.h
103 .. kernel-doc:: drivers/pci/vgaarb.c
107 ------------
139 succeeds. vga_arb_trylock() will return (-EBUSY) instead of blocking. Nested
140 calls are supported (a per-resource counter is maintained).
142 Set the target device of this client. ::
174 ----------------------------------------
179 ----------
184 enhancing the kernel code to adapt as a kernel module and also did the
189 1) https://lists.freedesktop.org/archives/xorg/2005-March/006663.html
190 2) https://lists.freedesktop.org/archives/xorg/2005-March/006745.html
191 3) https://lists.freedesktop.org/archives/xorg/2007-October/029507.html