amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: Tianci Yin <tianci.yin@amd.com>
Cc: Feifei Xu <Feifei.Xu@amd.com>,
	amd-gfx list <amd-gfx@lists.freedesktop.org>,
	Hawking Zhang <Hawking.Zhang@amd.com>
Subject: Re: [PATCH 2/2] drm/amdgpu/gfx10: update gfx golden settings for navi14
Date: Tue, 14 Jan 2020 12:39:12 -0500	[thread overview]
Message-ID: <CADnq5_PcAGeuzi1wAJvfd_sju3RwmsmQbyg6KMzfijm97QdGeA@mail.gmail.com> (raw)
In-Reply-To: <20200114112841.17148-2-tianci.yin@amd.com>

On Tue, Jan 14, 2020 at 6:42 AM Tianci Yin <tianci.yin@amd.com> wrote:
>
> From: "Tianci.Yin" <tianci.yin@amd.com>
>
> remove registers: mmSPI_CONFIG_CNTL
> add registers: mmSPI_CONFIG_CNTL_1
>
> Change-Id: I0bbaeca184e7dc85463d6c5740151d6ba1b08c06
> Signed-off-by: Tianci.Yin <tianci.yin@amd.com>

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

> ---
>  drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
> index 4f6ffaf3f9be..3c9082b1eea9 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
> @@ -169,7 +169,7 @@ static const struct soc15_reg_golden golden_settings_gc_10_1_1[] =
>         SOC15_REG_GOLDEN_VALUE(GC, 0, mmPA_SC_ENHANCE_2, 0x00000800, 0x00000820),
>         SOC15_REG_GOLDEN_VALUE(GC, 0, mmPA_SC_LINE_STIPPLE_STATE, 0x0000ff0f, 0x00000000),
>         SOC15_REG_GOLDEN_VALUE(GC, 0, mmRMI_SPARE, 0xffffffff, 0xffff3101),
> -       SOC15_REG_GOLDEN_VALUE(GC, 0, mmSPI_CONFIG_CNTL, 0x001f0000, 0x00070105),
> +       SOC15_REG_GOLDEN_VALUE(GC, 0, mmSPI_CONFIG_CNTL_1, 0x001f0000, 0x00070105),
>         SOC15_REG_GOLDEN_VALUE(GC, 0, mmSQ_ALU_CLK_CTRL, 0xffffffff, 0xffffffff),
>         SOC15_REG_GOLDEN_VALUE(GC, 0, mmSQ_ARB_CONFIG, 0x00000133, 0x00000130),
>         SOC15_REG_GOLDEN_VALUE(GC, 0, mmSQ_LDS_CLK_CTRL, 0xffffffff, 0xffffffff),
> --
> 2.17.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

  reply	other threads:[~2020-01-14 17:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14 11:28 [PATCH 1/2] drm/amdgpu/gfx10: update gfx golden settings Tianci Yin
2020-01-14 11:28 ` [PATCH 2/2] drm/amdgpu/gfx10: update gfx golden settings for navi14 Tianci Yin
2020-01-14 17:39   ` Alex Deucher [this message]
2020-01-15  2:02     ` Yin, Tianci (Rico)
  -- strict thread matches above, loose matches on Subject: below --
2019-12-11 11:59 [PATCH 1/2] drm/amdgpu/gfx10: update gfx golden settings Tianci Yin
2019-12-11 11:59 ` [PATCH 2/2] drm/amdgpu/gfx10: update gfx golden settings for navi14 Tianci Yin
2019-12-11 12:01   ` Xu, Feifei
2019-12-11  3:21 [PATCH 1/2] drm/amdgpu/gfx10: update gfx golden settings Tianci Yin
2019-12-11  3:21 ` [PATCH 2/2] drm/amdgpu/gfx10: update gfx golden settings for navi14 Tianci Yin
2019-09-18 10:29 [PATCH 1/2] drm/amdgpu/gfx10: update gfx golden settings Tianci Yin
     [not found] ` <20190918103000.5606-1-tianci.yin-5C7GfCeVMHo@public.gmane.org>
2019-09-18 10:30   ` [PATCH 2/2] drm/amdgpu/gfx10: update gfx golden settings for navi14 Tianci Yin
     [not found]     ` <20190918103000.5606-2-tianci.yin-5C7GfCeVMHo@public.gmane.org>
2019-09-18 12:56       ` Deucher, Alexander

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_PcAGeuzi1wAJvfd_sju3RwmsmQbyg6KMzfijm97QdGeA@mail.gmail.com \
    --to=alexdeucher@gmail.com \
    --cc=Feifei.Xu@amd.com \
    --cc=Hawking.Zhang@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=tianci.yin@amd.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).