Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_drv.h165 struct drm_driver { struct
245 void (*lastclose) (struct drm_device *);
262 void (*unload) (struct drm_device *);
272 void (*release) (struct drm_device *);
433 irqreturn_t(*irq_handler) (DRM_IRQ_ARGS);
464 int (*request_irq)(struct drm_device *, int);
465 void (*free_irq)(struct drm_device *);
501 int (*debugfs_init)(struct drm_minor *minor);
761 * Driver features, see &enum drm_driver_feature. Drivers can disable argument
783 * :ref:`file operations<drm_driver_fops>` for in-depth coverage and argument
[all …]