Home
last modified time | relevance | path

Searched defs:drm_file (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/drm/
DdrmP.h428 struct drm_file { struct
429 int authenticated;
430 pid_t pid;
431 uid_t uid;
432 drm_magic_t magic;
433 unsigned long ioctl_count;
434 struct list_head lhead;
435 struct drm_minor *minor;
436 unsigned long lock_count;
439 struct idr object_idr;
[all …]