Applied. Thanks! Alex
On Thu, Jul 9, 2026 at 3:27 AM Randy Dunlap <[email protected]> wrote: > > 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: 947e46eb2fb9 ("drm/amdgpu: Delete check_soft_reset() from > amd_ip_funcs") > Fixes: b7500532e12b ("drm/amdgpu: Delete pre/post_soft_reset() from > amd_ip_funcs") > Signed-off-by: Randy Dunlap <[email protected]> > --- > Cc: Alex Deucher <[email protected]> > Cc: Christian König <[email protected]> > Cc: Timur Kristóf <[email protected]> > Cc: [email protected] > > drivers/gpu/drm/amd/include/amd_shared.h | 3 --- > 1 file changed, 3 deletions(-) > > --- linext-2026-0708.orig/drivers/gpu/drm/amd/include/amd_shared.h > +++ linext-2026-0708/drivers/gpu/drm/amd/include/amd_shared.h > @@ -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
