Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_agpsupport.h22 struct drm_agp_hooks { struct
23 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