diff mbox

[1/2] radeon: don't force stencil tile split to 0

Message ID 1349298949-22154-1-git-send-email-maraeo@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marek Olšák Oct. 3, 2012, 9:15 p.m. UTC
---
 radeon/radeon_surface.c |    2 --
 1 file changed, 2 deletions(-)

Comments

Alex Deucher Oct. 4, 2012, 4:16 p.m. UTC | #1
For the series:

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

On Wed, Oct 3, 2012 at 5:15 PM, Marek Olšák <maraeo@gmail.com> wrote:
> ---
>  radeon/radeon_surface.c |    2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c
> index 03b1c5d..c62cbf9 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) {
> --
> 1.7.9.5
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
diff mbox

Patch

diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c
index 03b1c5d..c62cbf9 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) {