drm/amd: Add missing kernel doc for prepare_suspend()
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 17 Oct 2023 19:37:43 +0000 (14:37 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Oct 2023 22:26:51 +0000 (18:26 -0400)
commit2ceec37b0e3d470c4ef0ca0b7b71df52b99e040b
tree2793b224c760291b5bc06ef2bc69baa5bab98cb5
parent20ace55bc0c222eff83fc4ff5d990c110817b49d
drm/amd: Add missing kernel doc for prepare_suspend()

prepare_suspend() is intended to be used for any IP blocks
that must allocate memory during the suspend sequence.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20231017143555.6a6450fc@canb.auug.org.au/
Fixes: cb11ca3233aa ("drm/amd: Add concept of running prepare_suspend() sequence for IP blocks")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/amd_shared.h