Home
last modified time | relevance | path

Searched defs:drm_lock_data (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/drm2/
H A DdrmP.h433 struct drm_lock_data { struct
434 struct drm_hw_lock *hw_lock; /**< Hardware lock */
436 struct drm_file *file_priv;
437 wait_queue_head_t lock_queue; /**< Queue of blocked processes */
438 unsigned long lock_time; /**< Time of last lock in jiffies */
439 struct mtx spinlock;
440 uint32_t kernel_waiters;
441 uint32_t user_waiters;
442 int idle_has_lock;