Home
last modified time | relevance | path

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

/include/drm/
DdrmP.h539 struct drm_agp_head { struct
540 DRM_AGP_KERN agp_info; /**< AGP device information */
541 struct list_head memory;
542 unsigned long mode; /**< AGP mode */
543 struct agp_bridge_data *bridge;
544 int enabled; /**< whether the AGP bus as been enabled */
545 int acquired; /**< whether the AGP device has been acquired */
546 unsigned long base;
547 int agp_mtrr;
548 int cant_use_aperture;
[all …]