diff options
| author | Mario Limonciello <[email protected]> | 2025-06-20 04:14:20 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-06-24 14:00:07 +0000 |
| commit | bb233caa85d5f51916244574f735b22af46c89f0 (patch) | |
| tree | 423619a6a144448725837d8cce402f3067db9c83 /drivers/gpu/drm/amd/include/amd_shared.h | |
| parent | drm/amdgpu: remove fence slab (diff) | |
| download | kernel-bb233caa85d5f51916244574f735b22af46c89f0.tar.gz kernel-bb233caa85d5f51916244574f735b22af46c89f0.zip | |
drm/amd: Add missing kdoc for amd_ip_funcs `complete` callback
The `complete` callback should be described in kernel doc.
Reported-by: Stephen Rothwell <[email protected]>
Closes: https://lore.kernel.org/linux-next/[email protected]/
Reviewed-by: Alex Deucher <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mario Limonciello <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
| -rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index a06e92b1b2ef..bfb446736ca8 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 |
