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

  /src/sys/external/bsd/drm2/include/drm/
drm_agp_netbsd.h 142 * Unfortunately, Linux's agp_bind_memory doesn't require the agp
147 agp_bind_memory(struct agp_memory *mem, size_t npages)
149 agp_bind_memory(???, mem, (npages << AGP_PAGE_SHIFT));
163 return agp_bind_memory(&bridge->abd_sc, mem,
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_agp_backend.c 83 ret = agp_bind_memory(mem, node->start);
  /src/sys/external/bsd/drm2/dist/drm/
drm_memory.c 114 /** Wrapper around agp_bind_memory() */
117 return agp_bind_memory(handle, start);
  /src/sys/dev/pci/
agpvar.h 124 #define AGP_BIND_MEMORY(sc,m,o) ((sc)->as_methods->bind_memory((sc),(m),(o)))
256 int agp_bind_memory(void *, void *, off_t);
agp.c 954 return AGP_BIND_MEMORY(sc, mem, bind->pg_start << AGP_PAGE_SHIFT);
1198 agp_bind_memory(void *dev, void *handle, off_t offset) function in typeref:typename:int
1203 return AGP_BIND_MEMORY(sc, mem, offset);
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_agpsupport.c 467 return agp_bind_memory(agpdev, handle, start * PAGE_SIZE);

Completed in 14 milliseconds