Searched defs:drm_agp_hooks (Results 1 – 1 of 1) sorted by relevance
22 struct drm_agp_hooks { struct23 void (*agph_flush)(void);26 (*agph_init)(struct drm_device *);27 void (*agph_clear)(struct drm_device *);28 int (*agph_acquire)(struct drm_device *);29 int (*agph_release)(struct drm_device *);30 int (*agph_enable)(struct drm_device *, struct drm_agp_mode);31 int (*agph_info)(struct drm_device *, struct drm_agp_info *);32 int (*agph_alloc)(struct drm_device *, struct drm_agp_buffer *);56 const struct drm_agp_hooks *hooks; argument