HomeSort by: relevance | last modified time | path
    Searched defs:agp_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_bufs.c 774 struct drm_agp_mem *agp_entry; local in function:drm_legacy_addbufs_agp
816 list_for_each_entry(agp_entry, &dev->agp->memory, head) {
817 if ((agp_offset >= agp_entry->bound) &&
818 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {
drm_bufs.c 774 struct drm_agp_mem *agp_entry; local in function:drm_legacy_addbufs_agp
816 list_for_each_entry(agp_entry, &dev->agp->memory, head) {
817 if ((agp_offset >= agp_entry->bound) &&
818 (agp_offset + total * count <= agp_entry->bound + agp_entry->pages * PAGE_SIZE)) {

Completed in 127 milliseconds