All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: Yassine Oudjana <y.oudjana@protonmail.com>
Cc: "airlied@linux.ie" <airlied@linux.ie>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>,
	"alexander.deucher@amd.com" <alexander.deucher@amd.com>,
	"christian.koenig@amd.com" <christian.koenig@amd.com>
Subject: Re: [PATCH] Remove stable HAINAN board from max_sclk override check in radeon and amdgpu modules
Date: Thu, 19 Mar 2020 15:30:08 -0400	[thread overview]
Message-ID: <CADnq5_MZMuKtDGVgBQ5_+b0Zb2E-5JxLiqn8t08yG1YxtJwAaA@mail.gmail.com> (raw)
In-Reply-To: <SXhX80OoFKMCVNQM9khl9rN_3bsGdi2f6kiyvATRPj9w6_VqgIMqDqd5pPYK3OMFlHFaW1ln8wYqg2DXk4yyZIHJHeaCoaYj8EMmR52vf1U=@protonmail.com>

On Tue, Mar 17, 2020 at 9:50 AM Yassine Oudjana
<y.oudjana@protonmail.com> wrote:
>
> Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>

Applied.  Thanks!

Alex

> ---
>  drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 -
>  drivers/gpu/drm/radeon/si_dpm.c     | 1 -
>  2 files changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
> index 4cb4c891120b..0860e85a2d35 100644
> --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
> +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
> @@ -3439,7 +3439,6 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
>
>         if (adev->asic_type == CHIP_HAINAN) {
>                 if ((adev->pdev->revision == 0x81) ||
> -                   (adev->pdev->revision == 0x83) ||
>                     (adev->pdev->revision == 0xC3) ||
>                     (adev->pdev->device == 0x6664) ||
>                     (adev->pdev->device == 0x6665) ||
> diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
> index 05e8b4d0af3f..2cb85dbe728f 100644
> --- a/drivers/gpu/drm/radeon/si_dpm.c
> +++ b/drivers/gpu/drm/radeon/si_dpm.c
> @@ -2979,7 +2979,6 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev,
>
>         if (rdev->family == CHIP_HAINAN) {
>                 if ((rdev->pdev->revision == 0x81) ||
> -                   (rdev->pdev->revision == 0x83) ||
>                     (rdev->pdev->revision == 0xC3) ||
>                     (rdev->pdev->device == 0x6664) ||
>                     (rdev->pdev->device == 0x6665) ||
> --
> 2.25.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Alex Deucher <alexdeucher@gmail.com>
To: Yassine Oudjana <y.oudjana@protonmail.com>
Cc: "David1.Zhou@amd.com" <David1.Zhou@amd.com>,
	"airlied@linux.ie" <airlied@linux.ie>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"amd-gfx@lists.freedesktop.org" <amd-gfx@lists.freedesktop.org>,
	"daniel@ffwll.ch" <daniel@ffwll.ch>,
	"alexander.deucher@amd.com" <alexander.deucher@amd.com>,
	"christian.koenig@amd.com" <christian.koenig@amd.com>
Subject: Re: [PATCH] Remove stable HAINAN board from max_sclk override check in radeon and amdgpu modules
Date: Thu, 19 Mar 2020 15:30:08 -0400	[thread overview]
Message-ID: <CADnq5_MZMuKtDGVgBQ5_+b0Zb2E-5JxLiqn8t08yG1YxtJwAaA@mail.gmail.com> (raw)
In-Reply-To: <SXhX80OoFKMCVNQM9khl9rN_3bsGdi2f6kiyvATRPj9w6_VqgIMqDqd5pPYK3OMFlHFaW1ln8wYqg2DXk4yyZIHJHeaCoaYj8EMmR52vf1U=@protonmail.com>

On Tue, Mar 17, 2020 at 9:50 AM Yassine Oudjana
<y.oudjana@protonmail.com> wrote:
>
> Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>

Applied.  Thanks!

Alex

> ---
>  drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 -
>  drivers/gpu/drm/radeon/si_dpm.c     | 1 -
>  2 files changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
> index 4cb4c891120b..0860e85a2d35 100644
> --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
> +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
> @@ -3439,7 +3439,6 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
>
>         if (adev->asic_type == CHIP_HAINAN) {
>                 if ((adev->pdev->revision == 0x81) ||
> -                   (adev->pdev->revision == 0x83) ||
>                     (adev->pdev->revision == 0xC3) ||
>                     (adev->pdev->device == 0x6664) ||
>                     (adev->pdev->device == 0x6665) ||
> diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
> index 05e8b4d0af3f..2cb85dbe728f 100644
> --- a/drivers/gpu/drm/radeon/si_dpm.c
> +++ b/drivers/gpu/drm/radeon/si_dpm.c
> @@ -2979,7 +2979,6 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev,
>
>         if (rdev->family == CHIP_HAINAN) {
>                 if ((rdev->pdev->revision == 0x81) ||
> -                   (rdev->pdev->revision == 0x83) ||
>                     (rdev->pdev->revision == 0xC3) ||
>                     (rdev->pdev->device == 0x6664) ||
>                     (rdev->pdev->device == 0x6665) ||
> --
> 2.25.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-03-19 19:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17  7:51 [PATCH] Remove stable HAINAN board from max_sclk override check in radeon and amdgpu modules Yassine Oudjana
2020-03-17  7:51 ` Yassine Oudjana
2020-03-19 19:30 ` Alex Deucher [this message]
2020-03-19 19:30   ` Alex Deucher

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_MZMuKtDGVgBQ5_+b0Zb2E-5JxLiqn8t08yG1YxtJwAaA@mail.gmail.com \
    --to=alexdeucher@gmail.com \
    --cc=airlied@linux.ie \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=y.oudjana@protonmail.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 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.