diff options
author | Marek Olšák <maraeo@gmail.com> | 2012-09-30 19:19:13 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2012-10-06 05:45:26 +0200 |
commit | 77413e77b82a5d800c86b7d3b864d6cc797721c9 (patch) | |
tree | 82bfcaa28eafd39ba09dd40efba0ead514ab0aea | |
parent | b3d90bbc1d43bb11d8de25109f403b1b30533c34 (diff) |
radeon: don't force stencil tile split to 0
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | radeon/radeon_surface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c index 03b1c5df..c62cbf96 100644 --- a/radeon/radeon_surface.c +++ b/radeon/radeon_surface.c @@ -797,7 +797,6 @@ static int eg_surface_init(struct radeon_surface_manager *surf_man, } surf->stencil_offset = 0; - surf->stencil_tile_split = 0; /* check tiling mode */ switch (mode) { @@ -1059,7 +1058,6 @@ static int si_surface_init(struct radeon_surface_manager *surf_man, } surf->stencil_offset = 0; - surf->stencil_tile_split = 0; /* check tiling mode */ switch (mode) { |