diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-09-09 12:17:34 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-21 06:36:11 -0400 |
commit | a87aa5cc0074fea871c8c6d2660d9b6cd7699d3d (patch) | |
tree | f28de481abe2577bd6459ecad54b4a44892ad6a1 /drivers/char/agp/agp.h | |
parent | d0b6dc4b930e3be9c02cc9638f02e14d271d5f0d (diff) |
agp: kill agp_(map|unmap)_page
Only used to remap the scratch page. Now that intel-gtt does this
itself, kill the support code.
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/char/agp/agp.h')
-rw-r--r-- | drivers/char/agp/agp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index 12049094999..04ad0bbfaf4 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h | |||
@@ -122,8 +122,6 @@ struct agp_bridge_driver { | |||
122 | int (*agp_type_to_mask_type) (struct agp_bridge_data *, int); | 122 | int (*agp_type_to_mask_type) (struct agp_bridge_data *, int); |
123 | void (*chipset_flush)(struct agp_bridge_data *); | 123 | void (*chipset_flush)(struct agp_bridge_data *); |
124 | 124 | ||
125 | int (*agp_map_page)(struct page *page, dma_addr_t *ret); | ||
126 | void (*agp_unmap_page)(struct page *page, dma_addr_t dma); | ||
127 | int (*agp_map_memory)(struct agp_memory *mem); | 125 | int (*agp_map_memory)(struct agp_memory *mem); |
128 | void (*agp_unmap_memory)(struct agp_memory *mem); | 126 | void (*agp_unmap_memory)(struct agp_memory *mem); |
129 | }; | 127 | }; |