dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: "Marek Olšák" <maraeo@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 1/2] radeon: don't force stencil tile split to 0
Date: Thu, 4 Oct 2012 12:16:22 -0400	[thread overview]
Message-ID: <CADnq5_N0c_9vLMMcyBW_hEf7U8HOFCWEzne5DSbMU3-wPCpw-g@mail.gmail.com> (raw)
In-Reply-To: <1349298949-22154-1-git-send-email-maraeo@gmail.com>

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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

      parent reply	other threads:[~2012-10-04 16:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-03 21:15 [PATCH 1/2] radeon: don't force stencil tile split to 0 Marek Olšák
2012-10-03 21:15 ` [PATCH 2/2] radeon: fix stencil miptree allocation of combined ZS buffers on EG and SI Marek Olšák
2012-10-04 16:16 ` Alex Deucher [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADnq5_N0c_9vLMMcyBW_hEf7U8HOFCWEzne5DSbMU3-wPCpw-g@mail.gmail.com \
    --to=alexdeucher@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=maraeo@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).