All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Furniss <andyqos@ukfsn.org>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/radeon/kms: r600 CS parser fixes
Date: Thu, 09 Sep 2010 11:27:27 +0100	[thread overview]
Message-ID: <4C88B68F.9070706@ukfsn.org> (raw)
In-Reply-To: <AANLkTimLJdoSW5Ev0GHriZrT_f2HYmMw6sL8ALZ__XD7@mail.gmail.com>

Alex Deucher wrote:

> Does this patch help?
>
> diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c
> index d886494..e83fc88 100644
> --- a/drivers/gpu/drm/radeon/r600_cs.c
> +++ b/drivers/gpu/drm/radeon/r600_cs.c
> @@ -1046,7 +1046,6 @@ static void r600_texture_size(unsigned nfaces,
> unsigned blevel, unsigned nlevels
>                          rowstride = ALIGN((width * bpe), pitch_align);
>                          size = height * rowstride * depth;
>                          offset += size;
> -                       offset = (offset + 0x1f)&  ~0x1f;
>                  }
>          }
>          *l0_size = ALIGN((w0 * bpe), pitch_align) * h0 * d0;

No. it's still the same with this.

      reply	other threads:[~2010-09-09 10:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-06  6:54 [PATCH] drm/radeon/kms: r600 CS parser fixes Alex Deucher
2010-08-10 15:14 ` Andy Furniss
2010-08-13  2:56   ` Jon Sturm
2010-08-13 10:38     ` Andy Furniss
2010-08-17 21:24       ` Alex Deucher
2010-08-18 11:39         ` Andy Furniss
2010-08-18 11:45           ` Andy Furniss
2010-08-18 14:07             ` Alex Deucher
2010-08-18 16:05               ` Andy Furniss
2010-09-08 22:37       ` Alex Deucher
2010-09-09 10:27         ` Andy Furniss [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=4C88B68F.9070706@ukfsn.org \
    --to=andyqos@ukfsn.org \
    --cc=alexdeucher@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.