Skip to content

Commit dd6d6f9

Browse files
Alvin Leegregkh
authored andcommitted
drm/amd/display: Remove optimization for VRR updates
commit 3442f4e upstream. Optimization caused unexpected regression, so remove for now. Tested-by: Mark Broadworth <[email protected]> Reviewed-by: Aric Cyr <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alvin Lee <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: Mario Limonciello <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6b2849b commit dd6d6f9

File tree

1 file changed

+0
-3
lines changed
  • drivers/gpu/drm/amd/display/dc/core

1 file changed

+0
-3
lines changed

drivers/gpu/drm/amd/display/dc/core/dc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,6 @@ bool dc_stream_adjust_vmin_vmax(struct dc *dc,
401401
{
402402
int i;
403403

404-
if (memcmp(adjust, &stream->adjust, sizeof(struct dc_crtc_timing_adjust)) == 0)
405-
return true;
406-
407404
stream->adjust.v_total_max = adjust->v_total_max;
408405
stream->adjust.v_total_mid = adjust->v_total_mid;
409406
stream->adjust.v_total_mid_frame_num = adjust->v_total_mid_frame_num;

0 commit comments

Comments
 (0)