Searched defs:drm_lock_data (Results 1 – 1 of 1) sorted by relevance
44 struct drm_lock_data { struct45 struct drm_hw_lock *hw_lock;46 struct drm_file *file_priv;47 wait_queue_head_t lock_queue;48 unsigned long lock_time;49 spinlock_t spinlock;50 uint32_t kernel_waiters;51 uint32_t user_waiters;52 int idle_has_lock;