mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
drm/amdgpu: drop kernel-doc for deleted struct fields
3 fields in struct amd_ip_funcs have been deleted, so also delete the kernel-doc comments for them to avoid warnings: WARNING: ../drivers/gpu/drm/amd/include/amd_shared.h:481 Excess struct member 'check_soft_reset' description in 'amd_ip_funcs' WARNING: ../drivers/gpu/drm/amd/include/amd_shared.h:481 Excess struct member 'pre_soft_reset' description in 'amd_ip_funcs' WARNING: ../drivers/gpu/drm/amd/include/amd_shared.h:481 Excess struct member 'post_soft_reset' description in 'amd_ip_funcs' Fixes:947e46eb2f("drm/amdgpu: Delete check_soft_reset() from amd_ip_funcs") Fixes:b7500532e1("drm/amdgpu: Delete pre/post_soft_reset() from amd_ip_funcs") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
982b2a4368
commit
6a3664b0b4
|
|
@ -439,10 +439,7 @@ enum amd_dpm_forced_level;
|
|||
* @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
|
||||
* @pre_soft_reset: pre soft reset the IP block
|
||||
* @soft_reset: soft reset the IP block
|
||||
* @post_soft_reset: post soft reset the IP block
|
||||
* @set_clockgating_state: enable/disable cg for the IP block
|
||||
* @set_powergating_state: enable/disable pg for the IP block
|
||||
* @get_clockgating_state: get current clockgating status
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user