Home
last modified time | relevance | path

Searched refs:i810_cursor_memory (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/i810/
Di810_main.c1586 agp_unbind_memory(par->i810_gtt.i810_cursor_memory); in i810fb_suspend()
1619 agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810fb_resume()
1691 if (!(par->i810_gtt.i810_cursor_memory = in i810_alloc_agp_mem()
1699 if (agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810_alloc_agp_mem()
1706 par->cursor_heap.physical = par->i810_gtt.i810_cursor_memory->physical; in i810_alloc_agp_mem()
2106 if (par->i810_gtt.i810_cursor_memory) in i810fb_release_resource()
2107 agp_free_memory(gtt->i810_cursor_memory); in i810fb_release_resource()
Di810.h208 struct agp_memory *i810_cursor_memory; member