[PATCH] drm/amd: Add missing kdoc for amd_ip_funcs `complete` callback
Alex Deucher
alexdeucher at gmail.com
Fri Jun 20 13:41:22 UTC 2025
On Fri, Jun 20, 2025 at 12:22 AM Mario Limonciello <superm1 at kernel.org> wrote:
>
> From: Mario Limonciello <mario.limonciello at amd.com>
>
> The `complete` callback should be described in kernel doc.
>
> Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
> Closes: https://lore.kernel.org/linux-next/20250619205931.41cf9332@canb.auug.org.au/
> Signed-off-by: Mario Limonciello <mario.limonciello at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/include/amd_shared.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index a06e92b1b2ef9..bfb446736ca8c 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -396,6 +396,7 @@ enum amd_dpm_forced_level;
> * (such as allocating any required memory)
> * @suspend: handles IP specific hw/sw changes for suspend
> * @resume: handles IP specific hw/sw changes for resume
> + * @complete: handles IP specific changes after resume
> * @is_idle: returns current IP block idle status
> * @wait_for_idle: poll for idle
> * @check_soft_reset: check soft reset the IP block
> --
> 2.43.0
>
More information about the amd-gfx
mailing list