Home
last modified time | relevance | path

Searched defs:drm_driver (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/drm/
H A Ddrm_drv.h181 struct drm_driver { struct
218 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 argument
419 * chapter<drm_driver_ioctl>` for the full details. argument
[all …]
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c724 nouveau_drm_device_new(const struct drm_driver *drm_driver, struct device *parent, in nouveau_drm_device_new()