From 086c0e25cac1d3dd0a37def8b5cb82c1c6279edf Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 2 Mar 2010 09:22:37 +0100 Subject: i830_memory: rename i830_bind_all_memory to reflect code reality It doesn't bind anything anymore, but does a few random things. Give it a hopefully vague enough name to cover all cases ;) Signed-off-by: Daniel Vetter Reviewed-by: Eric Anholt --- src/i830.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i830.h') diff --git a/src/i830.h b/src/i830.h index 45b60288..8449dc69 100644 --- a/src/i830.h +++ b/src/i830.h @@ -462,7 +462,7 @@ Bool i830_tiled_width(intel_screen_private *intel, int *width, int cpp); int i830_pad_drawable_width(int width, int cpp); /* i830_memory.c */ -Bool i830_bind_all_memory(ScrnInfoPtr scrn); +Bool i830_reinit_memory(ScrnInfoPtr scrn); unsigned long i830_get_fence_size(intel_screen_private *intel, unsigned long size); unsigned long i830_get_fence_pitch(intel_screen_private *intel, unsigned long pitch, uint32_t tiling_mode); -- cgit v1.2.3