Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_file.h76 struct drm_minor { struct
78 int index; /* Minor device number */
79 int type; /* Control or render */
80 struct device *kdev; /* Linux device */
81 struct drm_device *dev;
84 struct dentry *debugfs_root;
86 struct list_head debugfs_list;
87 struct mutex debugfs_lock; /* Protects debugfs_list. */