Searched refs:agp_kern_info (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dagp_backend.h45 struct agp_kern_info { struct
102 extern int agp_copy_info(struct agp_bridge_data *, struct agp_kern_info *);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dagp.c109 struct agp_kern_info info;
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c612 static __init int init_amd_gatt(struct agp_kern_info *info)
709 struct agp_kern_info info;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_agp.c200 struct agp_kern_info *kern;
H A Dradeon.h1096 struct agp_kern_info agp_info;
/linux-master/drivers/char/agp/
H A Dgeneric.c359 * @info: agp_kern_info pointer. The caller should insure that this pointer is valid.
362 * the agp backend into an agp_kern_info pointer.
364 int agp_copy_info(struct agp_bridge_data *bridge, struct agp_kern_info *info)
366 memset(info, 0, sizeof(struct agp_kern_info));

Completed in 166 milliseconds