Home
last modified time | relevance | path

Searched refs:agp_entry (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_bufs.c686 struct drm_agp_mem *agp_entry; in drm_addbufs_agp() local
728 list_for_each_entry(agp_entry, &dev->agp->memory, head) { in drm_addbufs_agp()
729 if ((agp_offset >= agp_entry->bound) && in drm_addbufs_agp()
730 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) { in drm_addbufs_agp()