Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm/
H A Ddrm_context.c185 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch()
193 clear_bit(0, &dev->context_flag); in drm_context_switch()
211 clear_bit(0, &dev->context_flag); in drm_context_switch_complete()
H A Ddrm_irq.c171 dev->context_flag = 0; in drm_irq_install()
H A Ddrm_drv.c320 dev->context_flag = 0; in drm_firstopen()
H A DdrmP.h675 atomic_t context_flag; /* Context swapping flag */ member
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_context.c266 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()
H A Ddrm_fops.c80 dev->context_flag = 0; in drm_setup()
H A DdrmP.h1024 atomic_t context_flag; /**< Context swapping flag */ member