Searched defs:agp_i810_softc (Results 1 – 1 of 1) sorted by relevance
150 struct agp_i810_softc { struct151 struct agp_softc agp;152 u_int32_t initial_aperture; /* aperture size at startup */153 struct agp_gatt *gatt;154 u_int32_t dcache_size; /* i810 only */155 u_int32_t stolen; /* number of i830/845 gtt157 u_int stolen_size; /* BIOS-reserved graphics memory */158 u_int gtt_total_entries; /* Total number of gtt ptes */159 u_int gtt_mappable_entries; /* Number of gtt ptes mappable by CPU */160 device_t bdev; /* bridge device */[all …]