Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds