Searched refs:agp_memory_info (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/agp/
H A Dagpvar.h55 struct agp_memory_info { struct
123 void agp_memory_info(device_t dev, void *handle, struct agp_memory_info *mi);
H A Dagp.c975 void agp_memory_info(device_t dev, void *handle, struct function
976 agp_memory_info *mi)
/freebsd-11-stable/sys/modules/agp/
H A DMakefile32 agp_memory_info
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_agpsupport.c175 struct agp_memory_info info;
204 agp_memory_info(dev->agp->agpdev, entry->handle, &info);
H A DdrmP.h217 #define DRM_AGP_MEM struct agp_memory_info
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c207 struct agp_memory_info info;
229 agp_memory_info(dev->agp->bridge, entry->memory, &info);

Completed in 75 milliseconds