Searched refs:drm_bind_agp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_agpsupport.h73 static inline int drm_bind_agp(struct agp_bridge_data *, struct agp_memory *, unsigned);
77 int drm_bind_agp(struct agp_memory * handle, unsigned int start);
126 static inline int drm_bind_agp(struct agp_memory * handle, unsigned int start) function
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Ddrm_agp_netbsd.h160 drm_bind_agp(struct agp_bridge_data *bridge, struct agp_memory *mem, function
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_memory.c115 int drm_bind_agp(struct agp_memory *handle, unsigned int start) function
H A Ddrm_agpsupport.c364 if ((retcode = drm_bind_agp(dev->agp->bridge, entry->memory, page)))
367 retcode = drm_bind_agp(entry->memory, page);

Completed in 127 milliseconds