Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_file.h66 struct drm_minor { struct
68 int index; /* Minor device number */
69 int type; /* Control or render */
70 struct device *kdev; /* Linux device */
71 struct drm_device *dev;
73 struct dentry *debugfs_root;
75 struct list_head debugfs_list;
76 struct lock debugfs_lock; /* Protects debugfs_list. */