Searched defs:drm_driver (Results 1 – 2 of 2) sorted by relevance
181 struct drm_driver { struct198 int (*load) (struct drm_device *, unsigned long flags);218 int (*open) (struct drm_device *, struct drm_file *);232 void (*postclose) (struct drm_device *, struct drm_file *);249 void (*unload) (struct drm_device *);261 void (*release) (struct drm_device *);268 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,275 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);282 void (*debugfs_init)(struct drm_minor *minor);291 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,[all …]
724 nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent, in nouveau_drm_device_new()