Searched refs:context_flag (Results 1 – 4 of 4) sorted by relevance
269 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()278 clear_bit(0, &dev->context_flag); in drm_context_switch()299 clear_bit(0, &dev->context_flag); in drm_context_switch_complete()
256 dev->context_flag = 0; in drm_irq_install()
225 dev->context_flag = 0; in drm_firstopen()
773 atomic_t context_flag; /* Context swapping flag */ member