Home
last modified time | relevance | path

Searched refs:drm_agp_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_agpsupport.c199 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc() function
234 EXPORT_SYMBOL(drm_agp_alloc);
242 return drm_agp_alloc(dev, request); in drm_agp_alloc_ioctl()
H A DdrmP.h1810 extern int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
1903 static inline int drm_agp_alloc(struct drm_device *dev, in drm_agp_alloc() function