Searched refs:agp_bind_memory (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/ttm/ |
D | ttm_agp_backend.c | 77 ret = agp_bind_memory(mem, node->start); in ttm_agp_bind()
|
/drivers/gpu/drm/ |
D | drm_memory.c | 94 return agp_bind_memory(handle, start); in drm_bind_agp()
|
D | drm_agpsupport.c | 458 ret = agp_bind_memory(mem, gtt_offset / PAGE_SIZE); in drm_agp_bind_pages()
|
/drivers/char/agp/ |
D | compat_ioctl.c | 186 return agp_bind_memory(memory, bind_info.pg_start); in compat_agpioc_bind_wrap()
|
D | generic.c | 423 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory() function 452 EXPORT_SYMBOL(agp_bind_memory);
|
D | frontend.c | 940 return agp_bind_memory(memory, bind_info.pg_start); in agpioc_bind_wrap()
|
/drivers/video/intelfb/ |
D | intelfbdrv.c | 705 if (agp_bind_memory(dinfo->gtt_ring_mem, in intelfb_pci_register() 729 if (agp_bind_memory(dinfo->gtt_cursor_mem, in intelfb_pci_register() 753 if (agp_bind_memory(dinfo->gtt_fb_mem, in intelfb_pci_register()
|
/drivers/video/i810/ |
D | i810_main.c | 1616 agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810fb_resume() 1618 agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810fb_resume() 1683 if (agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810_alloc_agp_mem() 1698 if (agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810_alloc_agp_mem()
|