Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
163 struct drm_driver { struct242 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 argument449 * chapter<drm_driver_ioctl>` for the full details. argument460 * :ref:`file operations<drm_driver_fops>` for in-depth coverage and argument[all …]
Completed in 6 milliseconds