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