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: Maling list - DRI developers <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH] drm/radeon: fix definition of WAIT_REG_MEM_OPERATION for CIK
Date: Wed, 23 Oct 2013 19:51:56 -0400	[thread overview]
Message-ID: <CADnq5_NNFUNZUUOSPDfzXUSmXgjLe0m_1=7zCUOZPs9JUWP1Pg@mail.gmail.com> (raw)
In-Reply-To: <1382468953-24855-1-git-send-email-maraeo@gmail.com>

On Tue, Oct 22, 2013 at 3:09 PM, Marek Olšák <maraeo@gmail.com> wrote:
> From: Marek Olšák <marek.olsak@amd.com>
>
> Signed-off-by: Marek Olšák <marek.olsak@amd.com>

Applied.  thanks!

Alex

> ---
>  drivers/gpu/drm/radeon/cikd.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/radeon/cikd.h b/drivers/gpu/drm/radeon/cikd.h
> index 203d2a0..cad6e8a 100644
> --- a/drivers/gpu/drm/radeon/cikd.h
> +++ b/drivers/gpu/drm/radeon/cikd.h
> @@ -1626,7 +1626,7 @@
>                  /* 0 - reg
>                  * 1 - mem
>                  */
> -#define                WAIT_REG_MEM_OPERATION(x)               ((x) << 6)
> +#define                WAIT_REG_MEM_OPERATION(x)               ((x) << 5)
>                  /* 0 - wait_reg_mem
>                  * 1 - wr_wait_wr_reg
>                  */
> --
> 1.8.1.2
>
> _______________________________________________
> 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

      reply	other threads:[~2013-10-23 23:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22 19:09 [PATCH] drm/radeon: fix definition of WAIT_REG_MEM_OPERATION for CIK Marek Olšák
2013-10-23 23:51 ` 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_NNFUNZUUOSPDfzXUSmXgjLe0m_1=7zCUOZPs9JUWP1Pg@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).