agp.h (3d06f7a5f74a813cee817c4b30b5e6f0398da0be) | agp.h (a13af4b4d842da6d7065b8c73fa8f0ac58fea1b6) |
---|---|
1/* 2 * AGPGART 3 * Copyright (C) 2004 Silicon Graphics, Inc. 4 * Copyright (C) 2002-2004 Dave Jones 5 * Copyright (C) 1999 Jeff Hartmann 6 * Copyright (C) 1999 Precision Insight, Inc. 7 * Copyright (C) 1999 Xi Graphics, Inc. 8 * --- 103 unchanged lines hidden (view full) --- 112 int (*create_gatt_table)(struct agp_bridge_data *); 113 int (*free_gatt_table)(struct agp_bridge_data *); 114 int (*insert_memory)(struct agp_memory *, off_t, int); 115 int (*remove_memory)(struct agp_memory *, off_t, int); 116 struct agp_memory *(*alloc_by_type) (size_t, int); 117 void (*free_by_type)(struct agp_memory *); 118 void *(*agp_alloc_page)(struct agp_bridge_data *); 119 void (*agp_destroy_page)(void *, int flags); | 1/* 2 * AGPGART 3 * Copyright (C) 2004 Silicon Graphics, Inc. 4 * Copyright (C) 2002-2004 Dave Jones 5 * Copyright (C) 1999 Jeff Hartmann 6 * Copyright (C) 1999 Precision Insight, Inc. 7 * Copyright (C) 1999 Xi Graphics, Inc. 8 * --- 103 unchanged lines hidden (view full) --- 112 int (*create_gatt_table)(struct agp_bridge_data *); 113 int (*free_gatt_table)(struct agp_bridge_data *); 114 int (*insert_memory)(struct agp_memory *, off_t, int); 115 int (*remove_memory)(struct agp_memory *, off_t, int); 116 struct agp_memory *(*alloc_by_type) (size_t, int); 117 void (*free_by_type)(struct agp_memory *); 118 void *(*agp_alloc_page)(struct agp_bridge_data *); 119 void (*agp_destroy_page)(void *, int flags); |
120 int (*agp_type_to_mask_type) (struct agp_bridge_data *, int); | 120 int (*agp_type_to_mask_type) (struct agp_bridge_data *, int); 121 void (*chipset_flush)(struct agp_bridge_data *); |
121}; 122 123struct agp_bridge_data { 124 const struct agp_version *version; 125 const struct agp_bridge_driver *driver; 126 struct vm_operations_struct *vm_ops; 127 void *previous_size; 128 void *current_size; --- 229 unchanged lines hidden --- | 122}; 123 124struct agp_bridge_data { 125 const struct agp_version *version; 126 const struct agp_bridge_driver *driver; 127 struct vm_operations_struct *vm_ops; 128 void *previous_size; 129 void *current_size; --- 229 unchanged lines hidden --- |