Lines Matching defs:drm_file
162 struct drm_file { struct
172 bool authenticated;
179 bool stereo_allowed;
187 bool universal_planes;
190 bool atomic;
198 bool aspect_ratio_allowed;
205 bool writeback_connectors;
216 bool was_master;
227 bool is_master;
257 * use drm_file_get_master() if struct &drm_device.master_mutex is not argument
264 struct drm_master *master;
267 spinlock_t master_lookup_lock;
277 struct pid __rcu *pid;
280 u64 client_id;
283 drm_magic_t magic;
291 struct list_head lhead;
294 struct drm_minor *minor;
302 struct idr object_idr;
305 spinlock_t table_lock;
308 struct idr syncobj_idr;
310 spinlock_t syncobj_table_lock;
313 struct file *filp;
321 void *driver_priv;
332 struct list_head fbs;
335 struct mutex fbs_lock;
345 struct list_head blobs;
348 wait_queue_head_t event_wait;
359 struct list_head pending_event_list;
369 struct list_head event_list;
396 * &drm_file.minor of @file_priv is a primary minor. argument