Searched refs:patched_crtc_timing (Results 1 – 3 of 3) sorted by relevance
149 struct dc_crtc_timing patched_crtc_timing; in optc1_program_timing() local166 patched_crtc_timing = *dc_crtc_timing; in optc1_program_timing()167 apply_front_porch_workaround(&patched_crtc_timing); in optc1_program_timing()173 OTG_H_TOTAL, patched_crtc_timing.h_total - 1); in optc1_program_timing()178 OTG_H_SYNC_A_END, patched_crtc_timing.h_sync_width); in optc1_program_timing()181 asic_blank_start = patched_crtc_timing.h_total - in optc1_program_timing()182 patched_crtc_timing.h_front_porch; in optc1_program_timing()186 patched_crtc_timing.h_border_right - in optc1_program_timing()187 patched_crtc_timing.h_addressable - in optc1_program_timing()188 patched_crtc_timing.h_border_left; in optc1_program_timing()[all …]
3566 struct dc_crtc_timing patched_crtc_timing; in dcn10_get_vupdate_offset_from_vsync() local3572 patched_crtc_timing = *dc_crtc_timing; in dcn10_get_vupdate_offset_from_vsync()3573 apply_front_porch_workaround(&patched_crtc_timing); in dcn10_get_vupdate_offset_from_vsync()3575 interlace_factor = patched_crtc_timing.flags.INTERLACE ? 2 : 1; in dcn10_get_vupdate_offset_from_vsync()3577 vesa_sync_start = patched_crtc_timing.v_addressable + in dcn10_get_vupdate_offset_from_vsync()3578 patched_crtc_timing.v_border_bottom + in dcn10_get_vupdate_offset_from_vsync()3579 patched_crtc_timing.v_front_porch; in dcn10_get_vupdate_offset_from_vsync()3581 asic_blank_end = (patched_crtc_timing.v_total - in dcn10_get_vupdate_offset_from_vsync()3583 patched_crtc_timing.v_border_top) in dcn10_get_vupdate_offset_from_vsync()
287 struct dc_crtc_timing patched_crtc_timing; in dce110_timing_generator_program_timing_generator() local304 patched_crtc_timing = *dc_crtc_timing; in dce110_timing_generator_program_timing_generator()306 dce110_timing_generator_apply_front_porch_workaround(tg, &patched_crtc_timing); in dce110_timing_generator_program_timing_generator()310 bp_params.h_total = patched_crtc_timing.h_total; in dce110_timing_generator_program_timing_generator()312 patched_crtc_timing.h_addressable; in dce110_timing_generator_program_timing_generator()313 bp_params.v_total = patched_crtc_timing.v_total; in dce110_timing_generator_program_timing_generator()314 bp_params.v_addressable = patched_crtc_timing.v_addressable; in dce110_timing_generator_program_timing_generator()317 bp_params.h_sync_width = patched_crtc_timing.h_sync_width; in dce110_timing_generator_program_timing_generator()319 bp_params.v_sync_width = patched_crtc_timing.v_sync_width; in dce110_timing_generator_program_timing_generator()323 patched_crtc_timing.h_border_left; in dce110_timing_generator_program_timing_generator()[all …]