HomeSort by: relevance | last modified time | path
    Searched refs:drm_agp_alloc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_agpsupport.h 95 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 in typeref:typename:int
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_agpsupport.c 208 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) function in typeref:typename:int
260 retcode = drm_agp_alloc(dev, &request);
drmP.h 1100 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request);
  /src/sys/external/bsd/drm2/dist/drm/
drm_agpsupport.c 264 EXPORT_SYMBOL(drm_agp_alloc);
272 return drm_agp_alloc(dev, request);
  /src/sys/external/bsd/drm2/drm/
drm_agp_hook.c 213 drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) function in typeref:typename:int
  /src/sys/external/bsd/drm/dist/shared-core/
mga_dma.c 496 err = drm_agp_alloc(dev, &agp_req);
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 509 err = drm_agp_alloc(dev, &agp_req);

Completed in 77 milliseconds