From 77413e77b82a5d800c86b7d3b864d6cc797721c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 30 Sep 2012 19:19:13 +0200 Subject: radeon: don't force stencil tile split to 0 Reviewed-by: Alex Deucher --- radeon/radeon_surface.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'radeon') 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) { -- cgit v1.2.3