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