Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
Ddrm_file.h75 struct drm_minor { struct
77 int index; /* Minor device number */
78 int type; /* Control or render or accel */
79 struct device *kdev; /* Linux device */
80 struct drm_device *dev;
82 struct dentry *debugfs_root;
84 struct list_head debugfs_list;
85 struct mutex debugfs_lock; /* Protects debugfs_list. */