Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_drv.h178 struct drm_driver { struct
257 void (*lastclose) (struct drm_device *);
274 void (*unload) (struct drm_device *);
286 void (*release) (struct drm_device *);
307 void (*debugfs_init)(struct drm_minor *minor);
375 int (*dumb_create)(struct drm_file *file_priv,
393 int (*dumb_map_offset)(struct drm_file *file_priv,
419 * Driver features, see &enum drm_driver_feature. Drivers can disable argument
430 * chapter<drm_driver_ioctl>` for the full details. argument
441 * :ref:`file operations<drm_driver_fops>` for in-depth coverage and argument
[all …]