Searched refs:vbl_lock (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/drm/
H A Ddrm_device.h238 * @vbl_lock: Top-level vblank references lock, wraps the low-level
241 spinlock_t vbl_lock; member in struct:drm_device
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank.c236 * Note: caller must hold &drm_device.vbl_lock since this reads & writes
283 * Note: caller must hold &drm_device.vbl_lock since this reads & writes
457 assert_spin_locked(&dev->vbl_lock);
495 spin_lock_irqsave(&dev->vbl_lock, irqflags);
500 spin_unlock_irqrestore(&dev->vbl_lock, irqflags);
531 spin_lock_init(&dev->vbl_lock);
1165 assert_spin_locked(&dev->vbl_lock);
1210 spin_lock_irqsave(&dev->vbl_lock, irqflags);
1220 spin_unlock_irqrestore(&dev->vbl_lock, irqflags);
1356 spin_lock(&dev->vbl_lock);
[all...]
H A Ddrm_vblank_work.c123 spin_lock(&dev->vbl_lock);
125 spin_unlock(&dev->vbl_lock);

Completed in 121 milliseconds