diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2025-05-07 20:01:45 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-05-13 16:23:14 +0300 |
| commit | 4367ee3ed150d404dbafdaf930e52d2bd4157860 (patch) | |
| tree | f55ce291a463519cb8638f7d76d725b72bd0bc21 /drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | |
| parent | da471b8b776b527b2bcc6d13532ea0649e862817 (diff) | |
| download | linux-4367ee3ed150d404dbafdaf930e52d2bd4157860.tar.xz | |
drm/amd/pm: Remove remainder of mode2_reset_is_support
The previous patch removed smu_mode2_reset_is_support()
which was the only function to call through the mode2_reset_is_support()
method pointer.
Remove the remaining functions that were assigned to it
and the pointer itself.
See discussion at:
https://lore.kernel.org/all/DM4PR12MB5165D85BD85BC8FC8BF7A3B48E88A@DM4PR12MB5165.namprd12.prod.outlook.com/
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h b/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h index 504dae6038aa..d47e32ae4671 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h +++ b/drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h @@ -1233,11 +1233,6 @@ struct pptable_funcs { bool (*mode1_reset_is_support)(struct smu_context *smu); /** - * @mode2_reset_is_support: Check if GPU supports mode2 reset. - */ - bool (*mode2_reset_is_support)(struct smu_context *smu); - - /** * @link_reset_is_support: Check if GPU supports link reset. */ bool (*link_reset_is_support)(struct smu_context *smu); |
