Searched defs:drm_minor (Results 1 – 1 of 1) sorted by relevance
76 struct drm_minor { struct78 int index; /* Minor device number */79 int type; /* Control or render */80 struct device *kdev; /* Linux device */81 struct drm_device *dev;84 struct dentry *debugfs_root;86 struct list_head debugfs_list;87 struct mutex debugfs_lock; /* Protects debugfs_list. */