Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A DdrmP.h405 struct drm_file { struct
406 int authenticated;
407 pid_t pid;
408 uid_t uid;
409 drm_magic_t magic;
410 unsigned long ioctl_count;
411 struct list_head lhead;
412 struct drm_minor *minor;
436 struct drm_file *file_priv; argument