Home
last modified time | relevance | path

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

/src/sys/dev/drm2/
H A Ddrm_context.c264 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
272 clear_bit(0, &dev->context_flag); in drm_context_switch()
303 clear_bit(0, &dev->context_flag); in drm_context_switch_complete()
H A Ddrm_fops.c78 dev->context_flag = 0; in drm_setup()
H A DdrmP.h1022 atomic_t context_flag; /**< Context swapping flag */ member