Searched defs:drm_lock_data (Results 1 – 1 of 1) sorted by relevance
358 struct drm_lock_data { struct359 struct drm_hw_lock *hw_lock; /**< Hardware lock */361 struct drm_file *file_priv;362 wait_queue_head_t lock_queue; /**< Queue of blocked processes */363 unsigned long lock_time; /**< Time of last lock in jiffies */387 struct drm_lock_data lock; argument