Searched defs:drm_agp_head (Results 1 – 1 of 1) sorted by relevance
482 struct drm_agp_head { struct483 DRM_AGP_KERN agp_info; /**< AGP device information */484 struct list_head memory;485 unsigned long mode; /**< AGP mode */486 device_t bridge;487 int enabled; /**< whether the AGP bus as been enabled */488 int acquired; /**< whether the AGP device has been acquired */489 unsigned long base;490 int agp_mtrr;491 int cant_use_aperture;