Searched refs:agp_bind_memory (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | agp_backend.h | 103 extern int agp_bind_memory(struct agp_memory *, off_t);
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_agp_backend.c | 79 ret = agp_bind_memory(mem, bo_mem->start); in ttm_agp_bind()
|
/openbmc/linux/drivers/char/agp/ |
H A D | compat_ioctl.c | 190 return agp_bind_memory(memory, bind_info.pg_start); in compat_agpioc_bind_wrap()
|
H A D | generic.c | 408 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 D | frontend.c | 929 return agp_bind_memory(memory, bind_info.pg_start); in agpioc_bind_wrap()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_agpsupport.c | 314 retcode = agp_bind_memory(entry->memory, page); in drm_legacy_agp_bind()
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 683 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 D | i810_main.c | 1618 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()
|