Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_context.c249 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
257 clear_bit(0, &dev->context_flag); in drm_context_switch()
287 clear_bit(0, &dev->context_flag); in drm_context_switch_complete()
Ddrm_fops.c317 dev->context_flag = 0; in drm_legacy_dev_reinit()
/linux-4.1.27/include/drm/
DdrmP.h764 __volatile__ long context_flag; /**< Context swapping flag */ member