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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_agpsupport.h 101 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
180 static inline int drm_agp_unbind(struct drm_device *dev, function in typeref:typename:int
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_agpsupport.c 279 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) function in typeref:typename:int
310 retcode = drm_agp_unbind(dev, &request);
drmP.h 1103 int drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request);
  /src/sys/external/bsd/drm2/dist/drm/
drm_agpsupport.c 327 EXPORT_SYMBOL(drm_agp_unbind);
335 return drm_agp_unbind(dev, request);
  /src/sys/external/bsd/drm2/drm/
drm_agp_hook.c 240 drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) function in typeref:typename:int
  /src/sys/external/bsd/drm/dist/shared-core/
mga_dma.c 971 drm_agp_unbind(dev, &unbind_req);
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 979 drm_agp_unbind(dev, &unbind_req);

Completed in 15 milliseconds