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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_context.c229 * Attempt to set drm_device::context_flag.
233 if (test_and_set_bit(0, &dev->context_flag)) {
241 clear_bit(0, &dev->context_flag);
256 * hardware lock is held, clears the drm_device::context_flag and wakes up
272 clear_bit(0, &dev->context_flag);
H A Ddrm_fops.c82 dev->context_flag = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A DdrmP.h972 __volatile__ long context_flag; /**< Context swapping flag */ member in struct:drm_device

Completed in 48 milliseconds