Revision 9bb7703c5ea62ca1925cbfa0cd776f04de96fcf2 authored by Alex Deucher on 22 October 2011, 14:07:09 UTC, committed by Dave Airlie on 01 November 2011, 16:01:52 UTC
Move the TC flush before the texture setup to match mesa and
the ddx. Also, move the TC flush into the texture setup
function.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent 3407644
Raw File
super.h
/*
 * super.h
 */

int befs_load_sb(struct super_block *sb, befs_super_block * disk_sb);

int befs_check_sb(struct super_block *sb);

back to top