Home
last modified time | relevance | path

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

/linux/include/drm/
A Ddrm_drv.h160 struct drm_driver { struct
239 void (*lastclose) (struct drm_device *);
256 void (*unload) (struct drm_device *);
268 void (*release) (struct drm_device *);
289 void (*debugfs_init)(struct drm_minor *minor);
351 int (*gem_prime_mmap)(struct drm_gem_object *obj,
375 int (*dumb_create)(struct drm_file *file_priv,
393 int (*dumb_map_offset)(struct drm_file *file_priv,
431 * Driver features, see &enum drm_driver_feature. Drivers can disable argument
453 * :ref:`file operations<drm_driver_fops>` for in-depth coverage and argument
[all …]

Completed in 20 milliseconds