Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/drm/
A Ddrm_file.h74 struct drm_minor { struct
76 int index; /* Minor device number */
77 int type; /* Control or render or accel */
78 struct device *kdev; /* Linux device */
79 struct drm_device *dev;
81 struct dentry *debugfs_root;
83 struct list_head debugfs_list;
84 struct mutex debugfs_lock; /* Protects debugfs_list. */

Completed in 4 milliseconds