Lines Matching defs:drm_file
414 struct drm_file { struct
415 int authenticated;
416 pid_t pid;
417 uid_t uid;
418 drm_magic_t magic;
419 unsigned long ioctl_count;
420 struct list_head lhead;
421 struct drm_minor *minor;
422 unsigned long lock_count;
425 struct idr object_idr;
427 spinlock_t table_lock;
429 struct file *filp;
430 void *driver_priv;
432 int is_master; /* this file private is a master for a minor */
433 struct drm_master *master; /* master this node is currently associated with
435 struct list_head fbs;
437 wait_queue_head_t event_wait;
438 struct list_head event_list;
439 int event_space;