Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dagp_backend.h103 extern int agp_bind_memory(struct agp_memory *, off_t);
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c79 ret = agp_bind_memory(mem, bo_mem->start); in ttm_agp_bind()
/openbmc/linux/drivers/char/agp/
H A Dcompat_ioctl.c190 return agp_bind_memory(memory, bind_info.pg_start); in compat_agpioc_bind_wrap()
H A Dgeneric.c408 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory() function
437 EXPORT_SYMBOL(agp_bind_memory);
H A Dfrontend.c929 return agp_bind_memory(memory, bind_info.pg_start); in agpioc_bind_wrap()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_agpsupport.c314 retcode = agp_bind_memory(entry->memory, page); in drm_legacy_agp_bind()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c683 if (agp_bind_memory(dinfo->gtt_ring_mem, in intelfb_pci_register()
707 if (agp_bind_memory(dinfo->gtt_cursor_mem, in intelfb_pci_register()
731 if (agp_bind_memory(dinfo->gtt_fb_mem, in intelfb_pci_register()
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.c1618 agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810fb_resume()
1620 agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810fb_resume()
1685 if (agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810_alloc_agp_mem()
1700 if (agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810_alloc_agp_mem()