Searched refs:drm_agp_alloc (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_agpsupport.h95 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
168 static inline int drm_agp_alloc(struct drm_device *dev, function
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_agpsupport.c208 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) function
260 retcode = drm_agp_alloc(dev, &request);
H A DdrmP.h1100 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_agpsupport.c264 EXPORT_SYMBOL(drm_agp_alloc); variable
272 return drm_agp_alloc(dev, request);
/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_agp_hook.c213 drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) function
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dmga_dma.c496 err = drm_agp_alloc(dev, &agp_req);
/netbsd-current/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_dma.c509 err = drm_agp_alloc(dev, &agp_req);

Completed in 287 milliseconds