Searched defs:intelfb_info (Results 1 – 1 of 1) sorted by relevance
273 struct intelfb_info { struct274 struct fb_info *info;275 struct fb_ops *fbops;276 struct pci_dev *pdev;278 struct intelfb_hwstate save_state;281 struct agp_memory *gtt_fb_mem; /* use all stolen memory or vram */282 struct agp_memory *gtt_ring_mem; /* ring buffer */283 struct agp_memory *gtt_cursor_mem; /* hw cursor */286 u8 fbmem_gart;289 int mtrr_reg;[all …]