Searched defs:drm_driver (Results 1 – 1 of 1) sorted by relevance
73 struct drm_driver { struct91 int (*load) (struct drm_device *, unsigned long flags);111 int (*open) (struct drm_device *, struct drm_file *);125 void (*postclose) (struct drm_device *, struct drm_file *);153 void (*lastclose) (struct drm_device *);170 void (*unload) (struct drm_device *);180 void (*release) (struct drm_device *);203 u32 (*get_vblank_counter) (struct drm_device *dev, unsigned int pipe);219 int (*enable_vblank) (struct drm_device *dev, unsigned int pipe);230 void (*disable_vblank) (struct drm_device *dev, unsigned int pipe);[all …]