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