Skip to content

Commit bb233ca

Browse files
superm1alexdeucher
authored andcommitted
drm/amd: Add missing kdoc for amd_ip_funcs complete callback
The `complete` callback should be described in kernel doc. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Closes: https://lore.kernel.org/linux-next/20250619205931.41cf9332@canb.auug.org.au/ Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Link: https://lore.kernel.org/r/20250620041420.3585005-1-superm1@kernel.org Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 6843852 commit bb233ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/include/amd_shared.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ enum amd_dpm_forced_level;
396396
* (such as allocating any required memory)
397397
* @suspend: handles IP specific hw/sw changes for suspend
398398
* @resume: handles IP specific hw/sw changes for resume
399+
* @complete: handles IP specific changes after resume
399400
* @is_idle: returns current IP block idle status
400401
* @wait_for_idle: poll for idle
401402
* @check_soft_reset: check soft reset the IP block

0 commit comments

Comments
 (0)