Searched defs:drm_minor (Results 1 – 1 of 1) sorted by relevance
69 struct drm_minor { struct71 int index; /* Minor device number */72 int type; /* Control or render */73 struct device *kdev; /* Linux device */74 struct drm_device *dev;76 struct dentry *debugfs_root;78 struct list_head debugfs_list;79 struct mutex debugfs_lock; /* Protects debugfs_list. */