summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include
diff options
context:
space:
mode:
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>2024-02-14 13:32:32 -0700
committerAlex Deucher <alexander.deucher@amd.com>2024-03-20 13:37:38 -0400
commitf1b8479dc997a0e625f3d94920cd778f55e299b5 (patch)
treea94314b9fee4d10b18f1ba4093e9e38bba6f098f /drivers/gpu/drm/amd/display/include
parent2c8c7a2cd8b7c1a2373391fc0220c6c9859fa43c (diff)
downloadlinux-f1b8479dc997a0e625f3d94920cd778f55e299b5.tar.gz
linux-f1b8479dc997a0e625f3d94920cd778f55e299b5.tar.bz2
linux-f1b8479dc997a0e625f3d94920cd778f55e299b5.zip
drm/amd/display: Add comments to v_total calculation and drop legacy TODO
[WHY & HOW] This commit just adds some simple comments to help understand the calculation of V total duration for Freesync. Also, remove a legacy TODO comment from link service type. Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include')
-rw-r--r--drivers/gpu/drm/amd/display/include/link_service_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/include/link_service_types.h b/drivers/gpu/drm/amd/display/include/link_service_types.h
index 92dbff22a7c6..1867aac57cf2 100644
--- a/drivers/gpu/drm/amd/display/include/link_service_types.h
+++ b/drivers/gpu/drm/amd/display/include/link_service_types.h
@@ -73,7 +73,6 @@ struct link_training_settings {
enum dc_pre_emphasis *pre_emphasis;
enum dc_post_cursor2 *post_cursor2;
bool should_set_fec_ready;
- /* TODO - factor lane_settings out because it changes during LT */
union dc_dp_ffe_preset *ffe_preset;
uint16_t cr_pattern_time;