Searched defs:drm_minor (Results 1 – 1 of 1) sorted by relevance
74 struct drm_minor { struct76 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