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;
242 * use drm_file_get_master() if struct &drm_device.master_mutex is not argument
249 struct drm_master *master;
252 spinlock_t master_lookup_lock;
255 struct pid *pid;
258 drm_magic_t magic;
266 struct list_head lhead;
269 struct drm_minor *minor;
277 struct idr object_idr;
280 spinlock_t table_lock;
283 struct idr syncobj_idr;
285 spinlock_t syncobj_table_lock;
288 struct file *filp;
296 void *driver_priv;
307 struct list_head fbs;
310 struct mutex fbs_lock;
320 struct list_head blobs;
323 wait_queue_head_t event_wait;
334 struct list_head pending_event_list;
344 struct list_head event_list;
376 * &drm_file.minor of @file_priv is a primary minor. argument