Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dagpgart.h35 struct agp_info { struct
36 struct agp_version version; /* version of the driver */
37 u32 bridge_id; /* bridge vendor/device */
38 u32 agp_mode; /* mode info of bridge */
39 unsigned long aper_base;/* base of aperture */
40 size_t aper_size; /* size of aperture */
41 size_t pg_total; /* max pages (swap + system) */
42 size_t pg_system; /* max pages (system) */
43 size_t pg_used; /* current pages used */
/linux-4.4.14/include/drm/
Ddrm_agpsupport.h16 struct agp_kern_info agp_info; member
/linux-4.4.14/include/uapi/linux/
Dagpgart.h70 } agp_info; typedef
/linux-4.4.14/arch/alpha/include/asm/
Dmachvec.h97 struct _alpha_agp_info *(*agp_info)(void); member