Searched refs:agp_bind_memory (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/ |
D | drm_memory.c | 105 return agp_bind_memory(handle, start); in drm_bind_agp()
|
D | drm_agpsupport.c | 493 ret = agp_bind_memory(mem, gtt_offset / PAGE_SIZE); in drm_agp_bind_pages()
|
/drivers/gpu/drm/ttm/ |
D | ttm_agp_backend.c | 77 ret = agp_bind_memory(mem, node->start); in ttm_agp_bind()
|
/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 | 411 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory() function 440 EXPORT_SYMBOL(agp_bind_memory);
|
D | frontend.c | 929 return agp_bind_memory(memory, bind_info.pg_start); in agpioc_bind_wrap()
|
/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 676 if (agp_bind_memory(dinfo->gtt_ring_mem, in intelfb_pci_register() 700 if (agp_bind_memory(dinfo->gtt_cursor_mem, in intelfb_pci_register() 724 if (agp_bind_memory(dinfo->gtt_fb_mem, in intelfb_pci_register()
|
/drivers/video/fbdev/i810/ |
D | i810_main.c | 1617 agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810fb_resume() 1619 agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810fb_resume() 1684 if (agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810_alloc_agp_mem() 1699 if (agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810_alloc_agp_mem()
|