Home
last modified time | relevance | path

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

/include/drm/
Ddrm_drv.h180 struct drm_driver { struct
197 int (*load) (struct drm_device *, unsigned long flags);
217 int (*open) (struct drm_device *, struct drm_file *);
231 void (*postclose) (struct drm_device *, struct drm_file *);
248 void (*unload) (struct drm_device *);
260 void (*release) (struct drm_device *);
267 void (*master_set)(struct drm_device *dev, struct drm_file *file_priv,
274 void (*master_drop)(struct drm_device *dev, struct drm_file *file_priv);
281 void (*debugfs_init)(struct drm_minor *minor);
290 struct drm_gem_object *(*gem_create_object)(struct drm_device *dev,
[all …]