Home
last modified time | relevance | path

Searched refs:patched_crtc_timing (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1109 struct dc_crtc_timing patched_crtc_timing; in dcn20_adjust_freesync_v_startup() local
1114 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 …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c663 struct dc_crtc_timing patched_crtc_timing = stream->timing; in dcn401_enable_stream_timing() local
720patched_crtc_timing.h_addressable = patched_crtc_timing.h_addressable + pipe_ctx->dsc_padding_para… in dcn401_enable_stream_timing()
721patched_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()