Searched refs:vblank_refcount (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_irq.c91 if (atomic_read(&dev->vblank_refcount[i]) == 0 &&
115 kfree(dev->vblank_refcount);
143 dev->vblank_refcount = kmalloc(sizeof(atomic_t) * num_crtcs,
145 if (!dev->vblank_refcount)
168 atomic_set(&dev->vblank_refcount[i], 0);
437 if (atomic_add_return(1, &dev->vblank_refcount[crtc]) == 1) {
442 atomic_dec(&dev->vblank_refcount[crtc]);
450 atomic_dec(&dev->vblank_refcount[crtc]);
470 BUG_ON (atomic_read (&dev->vblank_refcount[crtc]) == 0);
473 if (atomic_dec_and_test(&dev->vblank_refcount[crt
[all...]
H A Ddrm_info.c213 crtc, atomic_read(&dev->vblank_refcount[crtc]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_irq.c91 if (atomic_read(&dev->vblank_refcount[i]) == 0 &&
115 kfree(dev->vblank_refcount);
143 dev->vblank_refcount = kmalloc(sizeof(atomic_t) * num_crtcs,
145 if (!dev->vblank_refcount)
168 atomic_set(&dev->vblank_refcount[i], 0);
437 if (atomic_add_return(1, &dev->vblank_refcount[crtc]) == 1) {
442 atomic_dec(&dev->vblank_refcount[crtc]);
450 atomic_dec(&dev->vblank_refcount[crtc]);
470 BUG_ON (atomic_read (&dev->vblank_refcount[crtc]) == 0);
473 if (atomic_dec_and_test(&dev->vblank_refcount[crt
[all...]
H A Ddrm_info.c213 crtc, atomic_read(&dev->vblank_refcount[crtc]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/
H A DdrmP.h997 atomic_t *vblank_refcount; /* number of users of vblank interruptsper crtc */ member in struct:drm_device
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/
H A DdrmP.h997 atomic_t *vblank_refcount; /* number of users of vblank interruptsper crtc */ member in struct:drm_device

Completed in 180 milliseconds