All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Cc: amd-gfx@lists.freedesktop.org, Hawking Zhang <Hawking.Zhang@amd.com>
Subject: Re: [PATCH] drm/amdgpu: Add decode_iv_ts helper for ih_v6 block
Date: Mon, 15 Aug 2022 15:09:48 -0400	[thread overview]
Message-ID: <CADnq5_Of=MUk8U2RGA65zwGaVN6GhNZGKaqxETB98-=xaPE3HA@mail.gmail.com> (raw)
In-Reply-To: <20220815181716.918439-1-Harish.Kasiviswanathan@amd.com>

On Mon, Aug 15, 2022 at 2:18 PM Harish Kasiviswanathan
<Harish.Kasiviswanathan@amd.com> wrote:
>
> Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>

Please add a basic commit message.  With that:
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/ih_v6_0.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c b/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c
> index 92dc60a9d209..085e613f3646 100644
> --- a/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/ih_v6_0.c
> @@ -727,6 +727,7 @@ static const struct amd_ip_funcs ih_v6_0_ip_funcs = {
>  static const struct amdgpu_ih_funcs ih_v6_0_funcs = {
>         .get_wptr = ih_v6_0_get_wptr,
>         .decode_iv = amdgpu_ih_decode_iv_helper,
> +       .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
>         .set_rptr = ih_v6_0_set_rptr
>  };
>
> --
> 2.25.1
>

      reply	other threads:[~2022-08-15 19:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-15 18:17 [PATCH] drm/amdgpu: Add decode_iv_ts helper for ih_v6 block Harish Kasiviswanathan
2022-08-15 19:09 ` 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_Of=MUk8U2RGA65zwGaVN6GhNZGKaqxETB98-=xaPE3HA@mail.gmail.com' \
    --to=alexdeucher@gmail.com \
    --cc=Harish.Kasiviswanathan@amd.com \
    --cc=Hawking.Zhang@amd.com \
    --cc=amd-gfx@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.