We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2849b commit dd6d6f9Copy full SHA for dd6d6f9
drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -401,9 +401,6 @@ bool dc_stream_adjust_vmin_vmax(struct dc *dc,
401
{
402
int i;
403
404
- if (memcmp(adjust, &stream->adjust, sizeof(struct dc_crtc_timing_adjust)) == 0)
405
- return true;
406
-
407
stream->adjust.v_total_max = adjust->v_total_max;
408
stream->adjust.v_total_mid = adjust->v_total_mid;
409
stream->adjust.v_total_mid_frame_num = adjust->v_total_mid_frame_num;
0 commit comments