Searched defs:drm_lock_data (Results 1 – 1 of 1) sorted by relevance
37 struct drm_lock_data { struct38 struct drm_hw_lock *hw_lock;39 struct drm_file *file_priv;40 wait_queue_head_t lock_queue;41 unsigned long lock_time;42 spinlock_t spinlock;43 uint32_t kernel_waiters;44 uint32_t user_waiters;45 int idle_has_lock;