Lines Matching defs:drm_agp_head
511 struct drm_agp_head { struct
512 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;
521 unsigned long page_mask;