Searched defs:drm_driver (Results 1 – 2 of 2) sorted by relevance
181 struct drm_driver { struct218 int (*open) (struct drm_device *, struct drm_file *);249 void (*unload) (struct drm_device *);261 void (*release) (struct drm_device *);282 void (*debugfs_init)(struct drm_minor *minor);324 struct drm_gem_object *(*gem_prime_import_sg_table)(350 int (*dumb_create)(struct drm_file *file_priv,368 int (*dumb_map_offset)(struct drm_file *file_priv,408 * Driver features, see &enum drm_driver_feature. Drivers can disable argument419 * chapter<drm_driver_ioctl>` for the full details. argument[all …]
724 nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent, in nouveau_drm_device_new()