Searched defs:drm_agp_head (Results 1 – 1 of 1) sorted by relevance
511 struct drm_agp_head { struct512 DRM_AGP_KERN agp_info; /**< AGP device information */513 struct list_head memory;514 unsigned long mode; /**< AGP mode */515 struct agp_bridge_data *bridge;516 int enabled; /**< whether the AGP bus as been enabled */517 int acquired; /**< whether the AGP device has been acquired */518 unsigned long base;519 int agp_mtrr;520 int cant_use_aperture;[all …]