Searched defs:drm_agp_head (Results 1 – 1 of 1) sorted by relevance
527 struct drm_agp_head { struct528 DRM_AGP_KERN agp_info; /**< AGP device information */529 struct list_head memory;530 unsigned long mode; /**< AGP mode */531 struct agp_bridge_data *bridge;532 int enabled; /**< whether the AGP bus as been enabled */533 int acquired; /**< whether the AGP device has been acquired */534 unsigned long base;535 int agp_mtrr;536 int cant_use_aperture;[all …]