Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dagpgart.h33 struct agp_info { struct
34 struct agp_version version; /* version of the driver */
35 u32 bridge_id; /* bridge vendor/device */
36 u32 agp_mode; /* mode info of bridge */
37 unsigned long aper_base;/* base of aperture */
38 size_t aper_size; /* size of aperture */
39 size_t pg_total; /* max pages (swap + system) */
40 size_t pg_system; /* max pages (system) */
41 size_t pg_used; /* current pages used */
/kernel/linux/linux-5.10/include/drm/
Ddrm_agpsupport.h17 struct agp_kern_info agp_info; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dagpgart.h43 } agp_info; typedef
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dagpgart.h55 } agp_info; typedef
/kernel/linux/linux-5.10/include/uapi/linux/
Dagpgart.h71 } agp_info; typedef
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dmachvec.h98 struct _alpha_agp_info *(*agp_info)(void); member