From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Subject: [PATCH 1/2] radeon: don't force stencil tile split to 0 Date: Wed, 3 Oct 2012 23:15:48 +0200 Message-ID: <1349298949-22154-1-git-send-email-maraeo@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 2B8A59E7D5 for ; Wed, 3 Oct 2012 14:16:01 -0700 (PDT) Received: by weyu50 with SMTP id u50so4702027wey.36 for ; Wed, 03 Oct 2012 14:16:00 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --- 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