Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_context.c272 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
280 clear_bit(0, &dev->context_flag); in drm_context_switch()
310 clear_bit(0, &dev->context_flag); in drm_context_switch_complete()
Ddrm_file.c431 dev->context_flag = 0; in drm_legacy_dev_reinit()
/Linux-v4.19/include/drm/
Ddrm_device.h122 __volatile__ long context_flag; /**< Context swapping flag */ member