Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
Ddrm_file.h70 struct drm_minor { struct
72 int index; /* Minor device number */
73 int type; /* Control or render */
74 struct device *kdev; /* Linux device */
75 struct drm_device *dev;
77 struct dentry *debugfs_root;
79 struct list_head debugfs_list;
80 struct mutex debugfs_lock; /* Protects debugfs_list. */