diff options
| author | Gabe Teeger <[email protected]> | 2024-11-28 14:19:09 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-12-10 15:32:39 +0000 |
| commit | 1afb0e012e7acee849e622adafe6abc9b46c51ee (patch) | |
| tree | 2898c1e904deda12646b5de300507b6003d1da22 /drivers/gpu/drm/amd/display/modules/power/power_helpers.c | |
| parent | drm/amd/display: Update color space, bias and scale programming sequence (diff) | |
| download | kernel-1afb0e012e7acee849e622adafe6abc9b46c51ee.tar.gz kernel-1afb0e012e7acee849e622adafe6abc9b46c51ee.zip | |
Revert "drm/amd/display: Revised for Replay Pseudo vblank"
This reverts commit 0f5ac8c8e275
Due to a replay regression.
Fixes: 0f5ac8c8e275 ("drm/amd/display: Revised for Replay Pseudo vblank control")
Reviewed-by: Dennis Chan <[email protected]>
Signed-off-by: Gabe Teeger <[email protected]>
Signed-off-by: Aurabindo Pillai <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/power/power_helpers.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/modules/power/power_helpers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/power/power_helpers.c b/drivers/gpu/drm/amd/display/modules/power/power_helpers.c index 85400ef5013a..95838c7ab054 100644 --- a/drivers/gpu/drm/amd/display/modules/power/power_helpers.c +++ b/drivers/gpu/drm/amd/display/modules/power/power_helpers.c @@ -996,9 +996,9 @@ void set_replay_coasting_vtotal(struct dc_link *link, link->replay_settings.coasting_vtotal_table[type] = vtotal; } -void set_replay_low_rr_full_screen_video_src_vtotal(struct dc_link *link, uint16_t vtotal) +void set_replay_ips_full_screen_video_src_vtotal(struct dc_link *link, uint16_t vtotal) { - link->replay_settings.low_rr_full_screen_video_pseudo_vtotal = vtotal; + link->replay_settings.abm_with_ips_on_full_screen_video_pseudo_vtotal = vtotal; } void calculate_replay_link_off_frame_count(struct dc_link *link, |
