Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_drv.h162 struct drm_driver { struct
180 int (*load) (struct drm_device *, unsigned long flags);
200 int (*open) (struct drm_device *, struct drm_file *);
214 void (*postclose) (struct drm_device *, struct drm_file *);
242 void (*lastclose) (struct drm_device *);
259 void (*unload) (struct drm_device *);
269 void (*release) (struct drm_device *);
292 u32 (*get_vblank_counter) (struct drm_device *dev, unsigned int pipe);
308 int (*enable_vblank) (struct drm_device *dev, unsigned int pipe);
319 void (*disable_vblank) (struct drm_device *dev, unsigned int pipe);
[all …]