Searched defs:drm_driver_info (Results 1 – 1 of 1) sorted by relevance
703 struct drm_driver_info { struct704 int (*load)(struct drm_device *, unsigned long flags);705 int (*firstopen)(struct drm_device *);706 int (*open)(struct drm_device *, struct drm_file *);707 void (*preclose)(struct drm_device *, struct drm_file *file_priv);708 void (*postclose)(struct drm_device *, struct drm_file *);709 void (*lastclose)(struct drm_device *);710 int (*unload)(struct drm_device *);711 void (*reclaim_buffers_locked)(struct drm_device *,713 int (*dma_ioctl)(struct drm_device *dev, void *data,[all …]