radeon: don't force stencil tile split to 0

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
main
Marek Olšák 2012-09-30 19:19:13 +02:00
parent b3d90bbc1d
commit 77413e77b8
1 changed files with 0 additions and 2 deletions

View File

@ -797,7 +797,6 @@ static int eg_surface_init(struct radeon_surface_manager *surf_man,
} }
surf->stencil_offset = 0; surf->stencil_offset = 0;
surf->stencil_tile_split = 0;
/* check tiling mode */ /* check tiling mode */
switch (mode) { switch (mode) {
@ -1059,7 +1058,6 @@ static int si_surface_init(struct radeon_surface_manager *surf_man,
} }
surf->stencil_offset = 0; surf->stencil_offset = 0;
surf->stencil_tile_split = 0;
/* check tiling mode */ /* check tiling mode */
switch (mode) { switch (mode) {