All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lazar, Lijo" <lijo.lazar@amd.com>
To: Yang Wang <kevinyang.wang@amd.com>, amd-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/amdgpu: correct amdgpu ip block rev info
Date: Tue, 31 Oct 2023 09:36:55 +0530	[thread overview]
Message-ID: <2fb064fd-1709-5efc-39a2-03eff8e43c21@amd.com> (raw)
In-Reply-To: <20231031025021.2697459-1-kevinyang.wang@amd.com>



On 10/31/2023 8:20 AM, Yang Wang wrote:
> correct following amdgpu ip block version information:
> - gfx_v9_4_3
> - sdma_v4_4_2
> 
> Signed-off-by: Yang Wang <kevinyang.wang@amd.com>

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>

Thanks,
Lijo

> ---
>   drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c  | 2 +-
>   drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
> index b3d4458e3889..1c46d205c0ac 100644
> --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
> +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
> @@ -4295,7 +4295,7 @@ const struct amdgpu_ip_block_version gfx_v9_4_3_ip_block = {
>   	.type = AMD_IP_BLOCK_TYPE_GFX,
>   	.major = 9,
>   	.minor = 4,
> -	.rev = 0,
> +	.rev = 3,
>   	.funcs = &gfx_v9_4_3_ip_funcs,
>   };
>   
> diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
> index c46bc6aa4f48..c851413ba6b5 100644
> --- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
> +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
> @@ -2048,7 +2048,7 @@ const struct amdgpu_ip_block_version sdma_v4_4_2_ip_block = {
>   	.type = AMD_IP_BLOCK_TYPE_SDMA,
>   	.major = 4,
>   	.minor = 4,
> -	.rev = 0,
> +	.rev = 2,
>   	.funcs = &sdma_v4_4_2_ip_funcs,
>   };
>   

      parent reply	other threads:[~2023-10-31  4:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-31  2:50 [PATCH] drm/amdgpu: correct amdgpu ip block rev info Yang Wang
2023-10-31  3:07 ` Feng, Kenneth
2023-10-31  4:06 ` Lazar, Lijo [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=2fb064fd-1709-5efc-39a2-03eff8e43c21@amd.com \
    --to=lijo.lazar@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=kevinyang.wang@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 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.