Lines Matching defs:drm_file
159 struct drm_file { struct
169 bool authenticated;
176 bool stereo_allowed;
184 bool universal_planes;
187 bool atomic;
195 bool aspect_ratio_allowed;
202 bool writeback_connectors;
213 bool was_master;
238 * use drm_file_get_master() if struct &drm_device.master_mutex is not argument
245 struct drm_master *master;
248 spinlock_t master_lookup_lock;
251 struct pid *pid;
254 drm_magic_t magic;
262 struct list_head lhead;
265 struct drm_minor *minor;
273 struct idr object_idr;
276 spinlock_t table_lock;
279 struct idr syncobj_idr;
281 spinlock_t syncobj_table_lock;
284 struct file *filp;
292 void *driver_priv;
303 struct list_head fbs;
306 struct mutex fbs_lock;
316 struct list_head blobs;
319 wait_queue_head_t event_wait;
330 struct list_head pending_event_list;
340 struct list_head event_list;
372 * &drm_file.minor of @file_priv is a primary minor. argument