Searched refs:lwants (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/vga/
H A Dvgaarb.c196 unsigned int lwants = legacy_wants; local
217 lwants = VGA_RSRC_LEGACY_IO | VGA_RSRC_LEGACY_MEM;
223 if (conflict->locks & lwants)
232 match = lwants & conflict->owns;
242 if (lwants & (VGA_RSRC_LEGACY_MEM|VGA_RSRC_NORMAL_MEM))
244 if (lwants & (VGA_RSRC_LEGACY_IO|VGA_RSRC_NORMAL_IO))
249 conflict->owns &= ~lwants;
251 if (lwants & VGA_RSRC_LEGACY_MEM)
253 if (lwants & VGA_RSRC_LEGACY_IO)

Completed in 105 milliseconds