diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-03-02 09:22:37 +0100 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-03-04 09:38:37 -0800 |
commit | 086c0e25cac1d3dd0a37def8b5cb82c1c6279edf (patch) | |
tree | bbf1845c7278684cd035d0d9ec27b9a6bd7b2f63 /src/i830_driver.c | |
parent | 2a989aa057cee74154419fd0a4911ba1e95582cf (diff) |
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 <daniel.vetter@ffwll.ch>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/i830_driver.c')
-rw-r--r-- | src/i830_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index 4b2e6171..733f4098 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -1403,7 +1403,7 @@ static Bool I830EnterVT(int scrnIndex, int flags) } } - if (!i830_bind_all_memory(scrn)) + if (!i830_reinit_memory(scrn)) return FALSE; intel_batch_init(scrn); |