Searched refs:agp_entry (Results 1 – 1 of 1) sorted by relevance
686 struct drm_agp_mem *agp_entry; in drm_addbufs_agp() local728 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()