diff options
| author | Timur Kristóf <timur.kristof@gmail.com> | 2025-09-09 17:17:52 +0300 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2025-09-15 23:52:50 +0300 |
| commit | 156db7d353286b7bfd7f43f548a4046a97fe67c6 (patch) | |
| tree | e5c93d8d8c956ce0067e191e0810ac026c5de090 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | 9d73b107a61b73e7101d4b728ddac3d2c77db111 (diff) | |
| download | linux-156db7d353286b7bfd7f43f548a4046a97fe67c6.tar.xz | |
drm/amd/pm: Remove unneeded legacy DPM related code.
This code isn't needed anymore as we collect the same information
into pm_display_cfg instead.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index c56839528843..adb4ea792c38 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -434,7 +434,6 @@ struct amdgpu_clock { uint32_t default_mclk; uint32_t default_sclk; uint32_t default_dispclk; - uint32_t current_dispclk; uint32_t dp_extclk; uint32_t max_pixel_clock; }; |
