Searched refs:i810_gtt (Results 1 – 2 of 2) sorted by relevance
1584 agp_unbind_memory(par->i810_gtt.i810_fb_memory); in i810fb_suspend()1585 agp_unbind_memory(par->i810_gtt.i810_cursor_memory); in i810fb_suspend()1616 agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810fb_resume()1618 agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810fb_resume()1676 if (!(par->i810_gtt.i810_fb_memory = in i810_alloc_agp_mem()1683 if (agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810_alloc_agp_mem()1690 if (!(par->i810_gtt.i810_cursor_memory = in i810_alloc_agp_mem()1698 if (agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810_alloc_agp_mem()1705 par->cursor_heap.physical = par->i810_gtt.i810_cursor_memory->physical; in i810_alloc_agp_mem()2102 struct gtt_data *gtt = &par->i810_gtt; in i810fb_release_resource()[all …]
257 struct gtt_data i810_gtt; member