Searched refs:context_flag (Results 1 – 3 of 3) sorted by relevance
266 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()274 clear_bit(0, &dev->context_flag); in drm_context_switch()305 clear_bit(0, &dev->context_flag); in drm_context_switch_complete()
80 dev->context_flag = 0; in drm_setup()
1024 atomic_t context_flag; /**< Context swapping flag */ member