Lines Matching refs:i810_gtt
1585 agp_unbind_memory(par->i810_gtt.i810_fb_memory); in i810fb_suspend()
1586 agp_unbind_memory(par->i810_gtt.i810_cursor_memory); in i810fb_suspend()
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()
1677 if (!(par->i810_gtt.i810_fb_memory = in i810_alloc_agp_mem()
1684 if (agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810_alloc_agp_mem()
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()
2101 struct gtt_data *gtt = &par->i810_gtt; in i810fb_release_resource()
2106 if (par->i810_gtt.i810_cursor_memory) in i810fb_release_resource()
2108 if (par->i810_gtt.i810_fb_memory) in i810fb_release_resource()