Searched defs:drm_driver (Results 1 – 2 of 2) sorted by relevance
178 struct drm_driver { struct215 int (*open) (struct drm_device *, struct drm_file *);246 void (*unload) (struct drm_device *);258 void (*release) (struct drm_device *);279 void (*debugfs_init)(struct drm_minor *minor);321 struct drm_gem_object *(*gem_prime_import_sg_table)(347 int (*dumb_create)(struct drm_file *file_priv,365 int (*dumb_map_offset)(struct drm_file *file_priv,391 * Driver features, see &enum drm_driver_feature. Drivers can disable argument402 * chapter<drm_driver_ioctl>` for the full details. argument[all …]
707 nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent, in nouveau_drm_device_new()
Completed in 7 milliseconds