All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: Anson Jacob <Anson.Jacob@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>,
	amd-gfx list <amd-gfx@lists.freedesktop.org>
Subject: Re: [V2] drm/amdgpu: Fix documentaion for dm_dmub_outbox1_low_irq
Date: Tue, 20 Jul 2021 10:49:46 -0400	[thread overview]
Message-ID: <CADnq5_PJKvuy+_E-G8FJs20cSYBJTOrDCUnfG+vensR-R0TwVw@mail.gmail.com> (raw)
In-Reply-To: <20210720143017.613974-1-Anson.Jacob@amd.com>

On Tue, Jul 20, 2021 at 10:30 AM Anson Jacob <Anson.Jacob@amd.com> wrote:
>
> Fix make htmldocs complaint:
> ./drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:628: warning: Excess function parameter 'interrupt_params' description in 'DMUB_TRACE_MAX_READ'
>
> v2:
> Moved DMUB_TRACE_MAX_READ macro above function documentation
>
> Signed-off-by: Anson Jacob <Anson.Jacob@amd.com>
> CC: Harry Wentland <harry.wentland@amd.com>

Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index 7ed104e3756b..829d31e04f09 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -618,6 +618,7 @@ static void dm_dcn_vertical_interrupt0_high_irq(void *interrupt_params)
>  }
>  #endif
>
> +#define DMUB_TRACE_MAX_READ 64
>  /**
>   * dm_dmub_outbox1_low_irq() - Handles Outbox interrupt
>   * @interrupt_params: used for determining the Outbox instance
> @@ -625,7 +626,6 @@ static void dm_dcn_vertical_interrupt0_high_irq(void *interrupt_params)
>   * Handles the Outbox Interrupt
>   * event handler.
>   */
> -#define DMUB_TRACE_MAX_READ 64
>  static void dm_dmub_outbox1_low_irq(void *interrupt_params)
>  {
>         struct dmub_notification notify;
> --
> 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:[~2021-07-20 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-20 14:30 [V2] drm/amdgpu: Fix documentaion for dm_dmub_outbox1_low_irq Anson Jacob
2021-07-20 14:49 ` Alex Deucher [this message]
2021-07-20 20:52 ` Harry Wentland

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_PJKvuy+_E-G8FJs20cSYBJTOrDCUnfG+vensR-R0TwVw@mail.gmail.com \
    --to=alexdeucher@gmail.com \
    --cc=Anson.Jacob@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=harry.wentland@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.