Searched refs:agp_bind_memory (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | agp_backend.h | 103 extern int agp_bind_memory(struct agp_memory *, off_t);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | agp_backend.h | 103 extern int agp_bind_memory(struct agp_memory *, off_t);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_memory.c | 109 /** Wrapper around agp_bind_memory() */ 112 return agp_bind_memory(handle, start); in drm_bind_agp()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
H A D | ttm_agp_backend.c | 81 ret = agp_bind_memory(mem, node->start); in ttm_agp_bind()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/ |
H A D | ttm_agp_backend.c | 79 ret = agp_bind_memory(mem, bo_mem->start); in ttm_agp_bind()
|
/kernel/linux/linux-5.10/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 | 400 * agp_bind_memory - Bind an agp_memory structure into the GATT. 408 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory() function 437 EXPORT_SYMBOL(agp_bind_memory); variable
|
H A D | frontend.c | 927 return agp_bind_memory(memory, bind_info.pg_start); in agpioc_bind_wrap()
|
/kernel/linux/linux-6.6/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 | 400 * agp_bind_memory - Bind an agp_memory structure into the GATT. 408 int agp_bind_memory(struct agp_memory *curr, off_t pg_start) in agp_bind_memory() function 437 EXPORT_SYMBOL(agp_bind_memory); variable
|
H A D | frontend.c | 929 return agp_bind_memory(memory, bind_info.pg_start); in agpioc_bind_wrap()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_agpsupport.c | 314 retcode = agp_bind_memory(entry->memory, page); in drm_legacy_agp_bind()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 675 if (agp_bind_memory(dinfo->gtt_ring_mem, in intelfb_pci_register() 699 if (agp_bind_memory(dinfo->gtt_cursor_mem, in intelfb_pci_register() 723 if (agp_bind_memory(dinfo->gtt_fb_mem, in intelfb_pci_register()
|
/kernel/linux/linux-6.6/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()
|
Completed in 19 milliseconds