Searched defs:intelfb_info (Results 1 – 1 of 1) sorted by relevance
274 struct intelfb_info { struct275 struct fb_info *info;276 const struct fb_ops *fbops;277 struct pci_dev *pdev;279 struct intelfb_hwstate save_state;282 struct agp_memory *gtt_fb_mem; /* use all stolen memory or vram */283 struct agp_memory *gtt_ring_mem; /* ring buffer */284 struct agp_memory *gtt_cursor_mem; /* hw cursor */287 u8 fbmem_gart;289 int wc_cookie;[all …]