Searched defs:drm_driver (Results 1 – 2 of 2) sorted by relevance
178 struct drm_driver { struct195 int (*load) (struct drm_device *, unsigned long flags);215 int (*open) (struct drm_device *, struct drm_file *);229 void (*postclose) (struct drm_device *, struct drm_file *);246 void (*unload) (struct drm_device *);258 void (*release) (struct drm_device *);265 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,272 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);279 void (*debugfs_init)(struct drm_minor *minor);288 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,[all …]
707 nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent, in nouveau_drm_device_new()