Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_drv.h165 struct drm_driver { struct
183 int (*load) (struct drm_device *, unsigned long flags);
203 int (*open) (struct drm_device *, struct drm_file *);
217 void (*postclose) (struct drm_device *, struct drm_file *);
245 void (*lastclose) (struct drm_device *);
262 void (*unload) (struct drm_device *);
272 void (*release) (struct drm_device *);
295 u32 (*get_vblank_counter) (struct drm_device *dev, unsigned int pipe);
311 int (*enable_vblank) (struct drm_device *dev, unsigned int pipe);
322 void (*disable_vblank) (struct drm_device *dev, unsigned int pipe);
[all …]