/linux-2.4.37.9/drivers/char/drm-4.0/ |
D | i810_context.c | 49 if (test_and_set_bit(0, &dev->context_flag)) { in i810_context_switch() 61 clear_bit(0, &dev->context_flag); in i810_context_switch() 92 clear_bit(0, &dev->context_flag); in i810_context_switch_complete()
|
D | r128_context.c | 48 if (test_and_set_bit(0, &dev->context_flag)) { in r128_context_switch() 60 clear_bit(0, &dev->context_flag); in r128_context_switch() 91 clear_bit(0, &dev->context_flag); in r128_context_switch_complete()
|
D | mga_context.c | 47 if (test_and_set_bit(0, &dev->context_flag)) { in mga_context_switch() 59 clear_bit(0, &dev->context_flag); in mga_context_switch() 90 clear_bit(0, &dev->context_flag); in mga_context_switch_complete()
|
D | radeon_context.c | 48 if (test_and_set_bit(0, &dev->context_flag)) { in radeon_context_switch() 60 clear_bit(0, &dev->context_flag); in radeon_context_switch() 91 clear_bit(0, &dev->context_flag); in radeon_context_switch_complete()
|
D | tdfx_context.c | 50 if (test_and_set_bit(0, &dev->context_flag)) { in tdfx_context_switch() 62 clear_bit(0, &dev->context_flag); in tdfx_context_switch() 93 clear_bit(0, &dev->context_flag); in tdfx_context_switch_complete()
|
D | dma.c | 216 if (test_and_set_bit(0, &dev->context_flag)) { in drm_context_switch() 228 clear_bit(0, &dev->context_flag); in drm_context_switch() 233 clear_bit(0, &dev->context_flag); in drm_context_switch() 241 clear_bit(0, &dev->context_flag); in drm_context_switch() 280 clear_bit(0, &dev->context_flag); in drm_context_switch_complete()
|
D | gamma_dma.c | 272 if (!buf->while_locked && !dev->context_flag && !locked) { in gamma_do_dma() 326 if (dev->context_flag) { in gamma_dma_schedule() 513 if (must_free && !dev->context_flag) { in gamma_dma_priority() 646 dev->context_flag = 0; in gamma_irq_install()
|
D | gamma_drv.c | 170 dev->context_flag = 0; in gamma_setup() 559 if (!dev->context_flag) { in gamma_unlock()
|
D | i810_drv.c | 179 dev->context_flag = 0; in i810_setup() 636 if (!dev->context_flag) { in i810_unlock()
|
D | r128_drv.c | 187 dev->context_flag = 0; in r128_setup() 685 if (!dev->context_flag) { in r128_unlock()
|
D | tdfx_drv.c | 162 dev->context_flag = 0; in tdfx_setup() 677 if (!dev->context_flag) { in tdfx_unlock()
|
D | radeon_drv.c | 185 dev->context_flag = 0; in radeon_setup() 688 if (!dev->context_flag) { in radeon_unlock()
|
D | proc.c | 525 DRM_PROC_PRINT("context_flag 0x%08lx\n", dev->context_flag); in _drm_histo_info()
|
D | drmP.h | 575 __volatile__ long context_flag; /* Context swapping flag */ member
|
D | mga_drv.c | 180 dev->context_flag = 0; in mga_setup()
|
D | ffb_drv.c | 522 dev->context_flag = 0; in ffb_setup()
|
D | mga_dma.c | 815 dev->context_flag = 0; in mga_irq_install()
|
D | i810_dma.c | 915 dev->context_flag = 0; in i810_irq_install()
|
/linux-2.4.37.9/drivers/char/drm/ |
D | drm_context.h | 226 if ( test_and_set_bit( 0, &dev->context_flag ) ) { in DRM() 238 clear_bit( 0, &dev->context_flag ); in DRM() 269 clear_bit( 0, &dev->context_flag ); in DRM() 426 if (test_and_set_bit(0, &dev->context_flag)) { in DRM() 438 clear_bit(0, &dev->context_flag); in DRM() 443 clear_bit(0, &dev->context_flag); in DRM() 451 clear_bit(0, &dev->context_flag); in DRM() 490 clear_bit(0, &dev->context_flag); in DRM()
|
D | gamma_dma.c | 239 if (!buf->while_locked && !dev->context_flag && !locked) { in gamma_do_dma() 293 if (dev->context_flag) { in gamma_dma_schedule() 472 if (must_free && !dev->context_flag) { in gamma_dma_priority()
|
D | drm_proc.h | 573 DRM_PROC_PRINT("context_flag 0x%08lx\n", dev->context_flag); in DRM()
|
D | drm_dma.h | 525 dev->context_flag = 0; in DRM()
|
D | drmP.h | 649 __volatile__ long context_flag; /* Context swapping flag */ member
|
D | drm_drv.h | 320 dev->context_flag = 0; in DRM()
|