Searched refs:patched_crtc_timing (Results 1 – 2 of 2) sorted by relevance
1109 struct dc_crtc_timing patched_crtc_timing; in dcn20_adjust_freesync_v_startup() local1114 patched_crtc_timing = *dc_crtc_timing; in dcn20_adjust_freesync_v_startup()1116 if (patched_crtc_timing.flags.INTERLACE == 1) { in dcn20_adjust_freesync_v_startup()1117 if (patched_crtc_timing.v_front_porch < 2) in dcn20_adjust_freesync_v_startup()1118 patched_crtc_timing.v_front_porch = 2; in dcn20_adjust_freesync_v_startup()1120 if (patched_crtc_timing.v_front_porch < 1) in dcn20_adjust_freesync_v_startup()1121 patched_crtc_timing.v_front_porch = 1; in dcn20_adjust_freesync_v_startup()1125 asic_blank_start = patched_crtc_timing.v_total - in dcn20_adjust_freesync_v_startup()1126 patched_crtc_timing.v_front_porch; in dcn20_adjust_freesync_v_startup()1130 patched_crtc_timing.v_border_bottom - in dcn20_adjust_freesync_v_startup()[all …]
663 struct dc_crtc_timing patched_crtc_timing = stream->timing; in dcn401_enable_stream_timing() local720 …patched_crtc_timing.h_addressable = patched_crtc_timing.h_addressable + pipe_ctx->dsc_padding_para… in dcn401_enable_stream_timing()721 …patched_crtc_timing.h_total = patched_crtc_timing.h_total + pipe_ctx->dsc_padding_params.dsc_htota… in dcn401_enable_stream_timing()722 patched_crtc_timing.pix_clk_100hz = pipe_ctx->dsc_padding_params.dsc_pix_clk_100hz; in dcn401_enable_stream_timing()727 &patched_crtc_timing, in dcn401_enable_stream_timing()