Home
last modified time | relevance | path

Searched refs:agp_bind_memory (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dagp_backend.h103 extern int agp_bind_memory(struct agp_memory *, off_t);
/kernel/linux/linux-6.6/include/linux/
H A Dagp_backend.h103 extern int agp_bind_memory(struct agp_memory *, off_t);
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_memory.c109 /** 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 Dttm_agp_backend.c81 ret = agp_bind_memory(mem, node->start); in ttm_agp_bind()
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c79 ret = agp_bind_memory(mem, bo_mem->start); in ttm_agp_bind()
/kernel/linux/linux-5.10/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.c400 * 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 Dfrontend.c927 return agp_bind_memory(memory, bind_info.pg_start); in agpioc_bind_wrap()
/kernel/linux/linux-6.6/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.c400 * 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 Dfrontend.c929 return agp_bind_memory(memory, bind_info.pg_start); in agpioc_bind_wrap()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_agpsupport.c314 retcode = agp_bind_memory(entry->memory, page); in drm_legacy_agp_bind()
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
H A Di810_main.c1617 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 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c675 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 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()

Completed in 19 milliseconds