Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_main.c1586 agp_unbind_memory(par->i810_gtt.i810_fb_memory); in i810fb_suspend()
1587 agp_unbind_memory(par->i810_gtt.i810_cursor_memory); in i810fb_suspend()
1618 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()
1678 if (!(par->i810_gtt.i810_fb_memory = in i810_alloc_agp_mem()
1685 if (agp_bind_memory(par->i810_gtt.i810_fb_memory, in i810_alloc_agp_mem()
1692 if (!(par->i810_gtt.i810_cursor_memory = in i810_alloc_agp_mem()
1700 if (agp_bind_memory(par->i810_gtt.i810_cursor_memory, in i810_alloc_agp_mem()
2106 struct gtt_data *gtt = &par->i810_gtt; in i810fb_release_resource()
2111 if (par->i810_gtt.i810_cursor_memory) in i810fb_release_resource()
[all …]
H A Di810.h256 struct gtt_data i810_gtt; member