Home
last modified time | relevance | path

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

/linux-3.3/include/drm/
DdrmP.h414 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;
[all …]