diff options
| author | Mario Limonciello <[email protected]> | 2024-05-09 01:55:27 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-05-17 21:10:37 +0000 |
| commit | 2531e5dced848e60dbe9597f8a87dabf5a947687 (patch) | |
| tree | c732ed2103034641e6d6be9bf984281a5d62acdb /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | |
| parent | drm/amdgpu: support imu for gc 12_0_0 (diff) | |
| download | kernel-2531e5dced848e60dbe9597f8a87dabf5a947687.tar.gz kernel-2531e5dced848e60dbe9597f8a87dabf5a947687.zip | |
drm/amd/display: Drop pixel_clock_mhz
The pixel_clock_mhz property is populated in amdgpu_dm when Freesync is setup,
but it is not used anywhere in amdgpu_dm. Remove the dead code.
Cc: [email protected]
Signed-off-by: Mario Limonciello <[email protected]>
Reviewed-by: Tom Chung <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h index 79469cdc3b10..a01f3f5bf2c0 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h @@ -686,7 +686,6 @@ struct amdgpu_dm_connector { * value is set to zero when there is no FreeSync support. */ int max_vfreq ; - int pixel_clock_mhz; /* Audio instance - protected by audio_lock. */ int audio_inst; |
