Lines Matching full:resources
69 * vga_get - acquire & locks VGA resources
72 * @rsrc: bit mask of resources to acquire and lock
75 * This function acquires VGA resources for the given
76 * card and mark those resources locked. If the resource requested
77 * are "normal" (and not legacy) resources, the arbiter will first check
82 * on P2P bridges if necessary, so that the requested resources can
83 * be used. Then, the card is marked as locking these resources and
87 * one of the required resources (or any resource on a different bus
92 * If the card already owns the resources, the function succeeds.
127 * vga_tryget - try to acquire & lock legacy VGA resources
130 * @rsrc: bit mask of resources to acquire and lock
133 * will return an error (-EBUSY) instead of blocking if the resources
144 * vga_put - release lock on legacy VGA resources
149 * This function releases resources previously locked by vga_get()
150 * or vga_tryget(). The resources aren't disabled right away, so
152 * immediately. Resources have a counter, so locks are only
214 * If a client can't disable its GPUs VGA resources, then we
221 * Rationale: we cannot disable VGA decode resources unconditionally