forked from luck/tmp_suning_uos_patched
agp: kill agp_rebind_memory
Its only user, intel-gtt.c is now gone. Cc: Dave Airlie <airlied@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
76aaf22016
commit
cb16b67b5c
@ -480,26 +480,6 @@ int agp_unbind_memory(struct agp_memory *curr)
|
|||||||
}
|
}
|
||||||
EXPORT_SYMBOL(agp_unbind_memory);
|
EXPORT_SYMBOL(agp_unbind_memory);
|
||||||
|
|
||||||
/**
|
|
||||||
* agp_rebind_emmory - Rewrite the entire GATT, useful on resume
|
|
||||||
*/
|
|
||||||
int agp_rebind_memory(void)
|
|
||||||
{
|
|
||||||
struct agp_memory *curr;
|
|
||||||
int ret_val = 0;
|
|
||||||
|
|
||||||
spin_lock(&agp_bridge->mapped_lock);
|
|
||||||
list_for_each_entry(curr, &agp_bridge->mapped_list, mapped_list) {
|
|
||||||
ret_val = curr->bridge->driver->insert_memory(curr,
|
|
||||||
curr->pg_start,
|
|
||||||
curr->type);
|
|
||||||
if (ret_val != 0)
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
spin_unlock(&agp_bridge->mapped_lock);
|
|
||||||
return ret_val;
|
|
||||||
}
|
|
||||||
EXPORT_SYMBOL(agp_rebind_memory);
|
|
||||||
|
|
||||||
/* End - Routines for handling swapping of agp_memory into the GATT */
|
/* End - Routines for handling swapping of agp_memory into the GATT */
|
||||||
|
|
||||||
|
@ -102,7 +102,6 @@ extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t,
|
|||||||
extern int agp_copy_info(struct agp_bridge_data *, struct agp_kern_info *);
|
extern int agp_copy_info(struct agp_bridge_data *, struct agp_kern_info *);
|
||||||
extern int agp_bind_memory(struct agp_memory *, off_t);
|
extern int agp_bind_memory(struct agp_memory *, off_t);
|
||||||
extern int agp_unbind_memory(struct agp_memory *);
|
extern int agp_unbind_memory(struct agp_memory *);
|
||||||
extern int agp_rebind_memory(void);
|
|
||||||
extern void agp_enable(struct agp_bridge_data *, u32);
|
extern void agp_enable(struct agp_bridge_data *, u32);
|
||||||
extern struct agp_bridge_data *agp_backend_acquire(struct pci_dev *);
|
extern struct agp_bridge_data *agp_backend_acquire(struct pci_dev *);
|
||||||
extern void agp_backend_release(struct agp_bridge_data *);
|
extern void agp_backend_release(struct agp_bridge_data *);
|
||||||
|
Loading…
Reference in New Issue
Block a user