Home
last modified time | relevance | path

Searched defs:agp_i810_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/agp/
H A Dagp_i810.c194 struct agp_i810_softc { struct
195 struct agp_softc agp;
196 u_int32_t initial_aperture; /* aperture size at startup */
197 struct agp_gatt *gatt;
198 u_int32_t dcache_size; /* i810 only */
199 u_int32_t stolen; /* number of i830/845 gtt
201 u_int stolen_size; /* BIOS-reserved graphics memory */
202 u_int gtt_total_entries; /* Total number of gtt ptes */
203 u_int gtt_mappable_entries; /* Number of gtt ptes mappable by CPU */
204 device_t bdev; /* bridge device */
[all …]