Home
last modified time | relevance | path

Searched refs:agp_allocate_memory (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/
H A Dagp_backend.h101 extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32);
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c61 mem = agp_allocate_memory(agp_be->bridge, ttm->num_pages, AGP_USER_MEMORY); in ttm_agp_bind()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_agpsupport.c210 memory = agp_allocate_memory(dev->agp->bridge, pages, type); in drm_legacy_agp_alloc()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c676 agp_allocate_memory(bridge, dinfo->ring.size >> 12, in intelfb_pci_register()
700 agp_allocate_memory(bridge, dinfo->cursor.size >> 12, in intelfb_pci_register()
725 agp_allocate_memory(bridge, dinfo->fb.size >> 12, in intelfb_pci_register()
/openbmc/linux/drivers/char/agp/
H A Dgeneric.c218 struct agp_memory *agp_allocate_memory(struct agp_bridge_data *bridge, in agp_allocate_memory() function
278 EXPORT_SYMBOL(agp_allocate_memory);
H A Dfrontend.c280 memory = agp_allocate_memory(agp_bridge, pg_count, type); in agp_allocate_memory_wrap()
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.c1679 agp_allocate_memory(bridge, size >> 12, AGP_NORMAL_MEMORY))) { in i810_alloc_agp_mem()
1693 agp_allocate_memory(bridge, par->cursor_heap.size >> 12, in i810_alloc_agp_mem()