Lines Matching defs:drm_file
163 struct drm_file { struct
173 bool authenticated;
180 bool stereo_allowed;
188 bool universal_planes;
191 bool atomic;
199 bool aspect_ratio_allowed;
206 bool writeback_connectors;
217 bool was_master;
246 * use drm_file_get_master() if struct &drm_device.master_mutex is not argument
253 struct drm_master *master;
256 spinlock_t master_lookup_lock;
259 struct pid *pid;
262 drm_magic_t magic;
270 struct list_head lhead;
273 struct drm_minor *minor;
281 struct idr object_idr;
284 spinlock_t table_lock;
287 struct idr syncobj_idr;
289 spinlock_t syncobj_table_lock;
292 struct file *filp;
300 void *driver_priv;
311 struct list_head fbs;
314 struct mutex fbs_lock;
324 struct list_head blobs;
327 wait_queue_head_t event_wait;
338 struct list_head pending_event_list;
348 struct list_head event_list;
380 * &drm_file.minor of @file_priv is a primary minor. argument