Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_file.h77 struct drm_minor { struct
79 int index; /* Minor device number */
80 int type; /* Control or render or accel */
81 struct device *kdev; /* Linux device */
82 struct drm_device *dev;
84 struct dentry *debugfs_root;
86 struct list_head debugfs_list;
87 struct mutex debugfs_lock; /* Protects debugfs_list. */