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;
214 bool plane_color_pipeline;
225 bool was_master;
236 bool is_master;
266 * use drm_file_get_master() if struct &drm_device.master_mutex is not argument
273 struct drm_master *master;
276 spinlock_t master_lookup_lock;
286 struct pid __rcu *pid;
289 u64 client_id;
292 drm_magic_t magic;
300 struct list_head lhead;
303 struct drm_minor *minor;
314 struct idr object_idr;
317 spinlock_t table_lock;
320 struct idr syncobj_idr;
322 spinlock_t syncobj_table_lock;
325 struct file *filp;
333 void *driver_priv;
344 struct list_head fbs;
347 struct mutex fbs_lock;
357 struct list_head blobs;
360 wait_queue_head_t event_wait;
371 struct list_head pending_event_list;
381 struct list_head event_list;
390 int event_space;
393 struct mutex event_read_lock;
400 struct drm_prime_file_private prime;
427 * &drm_file.minor of @file_priv is a primary minor. argument