Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_file.h68 struct drm_minor { struct
70 int index; /* Minor device number */
71 int type; /* Control or render */
72 struct device *kdev; /* Linux device */
73 struct drm_device *dev;
75 struct dentry *debugfs_root;
77 struct list_head debugfs_list;
78 struct mutex debugfs_lock; /* Protects debugfs_list. */