Linux Kernel
3.7.1
|
#include <agp.h>
Data Fields | |
struct agp_version * | version |
struct agp_bridge_driver * | driver |
struct vm_operations_struct * | vm_ops |
void * | previous_size |
void * | current_size |
void * | dev_private_data |
struct pci_dev * | dev |
u32 __iomem * | gatt_table |
u32 * | gatt_table_real |
unsigned long | scratch_page |
struct page * | scratch_page_page |
dma_addr_t | scratch_page_dma |
unsigned long | gart_bus_addr |
unsigned long | gatt_bus_addr |
u32 | mode |
enum chipset_type | type |
unsigned long * | key_list |
atomic_t | current_memory_agp |
atomic_t | agp_in_use |
int | max_memory_agp |
int | aperture_size_idx |
int | capndx |
int | flags |
char | major_version |
char | minor_version |
struct list_head | list |
u32 | apbase_config |
struct list_head | mapped_list |
spinlock_t | mapped_lock |
struct agp_bridge_driver* driver |
spinlock_t mapped_lock |
dma_addr_t scratch_page_dma |
enum chipset_type type |
struct agp_version* version |