Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/drm/
A Ddrm_drv.h163 struct drm_driver { struct
242 void (*lastclose) (struct drm_device *);
259 void (*unload) (struct drm_device *);
271 void (*release) (struct drm_device *);
292 void (*debugfs_init)(struct drm_minor *minor);
382 int (*dumb_create)(struct drm_file *file_priv,
400 int (*dumb_map_offset)(struct drm_file *file_priv,
438 * Driver features, see &enum drm_driver_feature. Drivers can disable argument
449 * chapter<drm_driver_ioctl>` for the full details. argument
460 * :ref:`file operations<drm_driver_fops>` for in-depth coverage and argument
[all …]

Completed in 6 milliseconds