Lines Matching defs:drm_file
164 struct drm_file { struct
174 bool authenticated;
181 bool stereo_allowed;
189 bool universal_planes;
192 bool atomic;
200 bool aspect_ratio_allowed;
207 bool writeback_connectors;
218 bool was_master;
229 bool is_master;
259 * use drm_file_get_master() if struct &drm_device.master_mutex is not argument
266 struct drm_master *master;
269 spinlock_t master_lookup_lock;
279 struct pid __rcu *pid;
282 u64 client_id;
285 drm_magic_t magic;
293 struct list_head lhead;
296 struct drm_minor *minor;
304 struct idr object_idr;
307 spinlock_t table_lock;
310 struct idr syncobj_idr;
312 spinlock_t syncobj_table_lock;
315 struct file *filp;
323 void *driver_priv;
334 struct list_head fbs;
337 struct mutex fbs_lock;
347 struct list_head blobs;
350 wait_queue_head_t event_wait;
361 struct list_head pending_event_list;
371 struct list_head event_list;
398 * &drm_file.minor of @file_priv is a primary minor. argument