AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Aurabindo Pillai <aurabindo.pillai@amd.com>
To: Alex Hung <alex.hung@amd.com>,
	amd-gfx@lists.freedesktop.org, alexdeucher@gmail.com
Cc: Rodrigo.Siqueira@amd.com, Roman Li <Roman.Li@amd.com>
Subject: Re: [PATCH] drm/amd/display: Add doc entry for program_3dlut_size
Date: Mon, 15 Jul 2024 16:43:02 -0400	[thread overview]
Message-ID: <76ca1923-2d00-499d-bbc3-2120de4b3e64@amd.com> (raw)
In-Reply-To: <20240715203908.3679450-1-alex.hung@amd.com>



On 7/15/24 4:39 PM, Alex Hung wrote:
> Fixes the warning:
> 
> Function parameter or struct member 'program_3dlut_size' not described in 'mpc_funcs'
> 
> Signed-off-by: Alex Hung <alex.hung@amd.com>
> ---
>   drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 14 ++++++++++++++
>   1 file changed, 14 insertions(+)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
> index 40a9b3471208..3a89cc0cffc1 100644
> --- a/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
> +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h
> @@ -1039,6 +1039,20 @@ struct mpc_funcs {
>   	*/
>   	void (*program_lut_mode)(struct mpc *mpc, const enum MCM_LUT_ID id, const enum MCM_LUT_XABLE xable,
>   			bool lut_bank_a, int mpcc_id);
> +	/**
> +	* @program_3dlut_size:
> +	*
> +	* Program 3D LUT size.
> +	*
> +	* Parameters:
> +	* - [in/out] mpc - MPC context.
> +	* - [in] is_17x17x17 - is 3dlut 17x17x17
> +	* - [in] mpcc_id
> +	*
> +	* Return:
> +	*
> +	* void
> +	*/
>   	void (*program_3dlut_size)(struct mpc *mpc, bool is_17x17x17, int mpcc_id);
>   };

With the following tag added,

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>

this patch is:

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>


--

Thanks & Regards,
Aurabindo Pillai

      reply	other threads:[~2024-07-15 20:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15 20:39 [PATCH] drm/amd/display: Add doc entry for program_3dlut_size Alex Hung
2024-07-15 20:43 ` Aurabindo Pillai [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=76ca1923-2d00-499d-bbc3-2120de4b3e64@amd.com \
    --to=aurabindo.pillai@amd.com \
    --cc=Rodrigo.Siqueira@amd.com \
    --cc=Roman.Li@amd.com \
    --cc=alex.hung@amd.com \
    --cc=alexdeucher@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox