Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_optc.c182 patched_crtc_timing = *dc_crtc_timing; in optc1_program_timing()
198 patched_crtc_timing.h_front_porch; in optc1_program_timing()
202 patched_crtc_timing.h_border_right - in optc1_program_timing()
203 patched_crtc_timing.h_addressable - in optc1_program_timing()
204 patched_crtc_timing.h_border_left; in optc1_program_timing()
239 patched_crtc_timing.v_front_porch; in optc1_program_timing()
244 patched_crtc_timing.v_addressable - in optc1_program_timing()
245 patched_crtc_timing.v_border_top; in optc1_program_timing()
345 v_init = patched_crtc_timing.v_total - patched_crtc_timing.v_front_porch; in optc1_set_vtg_params()
350 patched_crtc_timing.v_addressable - in optc1_set_vtg_params()
[all …]
A Ddcn10_hw_sequencer.c3553 struct dc_crtc_timing patched_crtc_timing; in dcn10_get_vupdate_offset_from_vsync() local
3559 patched_crtc_timing = *dc_crtc_timing; in dcn10_get_vupdate_offset_from_vsync()
3560 apply_front_porch_workaround(&patched_crtc_timing); in dcn10_get_vupdate_offset_from_vsync()
3562 interlace_factor = patched_crtc_timing.flags.INTERLACE ? 2 : 1; in dcn10_get_vupdate_offset_from_vsync()
3564 vesa_sync_start = patched_crtc_timing.v_addressable + in dcn10_get_vupdate_offset_from_vsync()
3565 patched_crtc_timing.v_border_bottom + in dcn10_get_vupdate_offset_from_vsync()
3566 patched_crtc_timing.v_front_porch; in dcn10_get_vupdate_offset_from_vsync()
3568 asic_blank_end = (patched_crtc_timing.v_total - in dcn10_get_vupdate_offset_from_vsync()
3570 patched_crtc_timing.v_border_top) in dcn10_get_vupdate_offset_from_vsync()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_timing_generator.c286 struct dc_crtc_timing patched_crtc_timing; in dce110_timing_generator_program_timing_generator() local
303 patched_crtc_timing = *dc_crtc_timing; in dce110_timing_generator_program_timing_generator()
309 bp_params.h_total = patched_crtc_timing.h_total; in dce110_timing_generator_program_timing_generator()
311 patched_crtc_timing.h_addressable; in dce110_timing_generator_program_timing_generator()
312 bp_params.v_total = patched_crtc_timing.v_total; in dce110_timing_generator_program_timing_generator()
322 patched_crtc_timing.h_border_left; in dce110_timing_generator_program_timing_generator()
324 patched_crtc_timing.h_border_right; in dce110_timing_generator_program_timing_generator()
327 patched_crtc_timing.v_border_bottom; in dce110_timing_generator_program_timing_generator()
336 if (patched_crtc_timing.flags.INTERLACE == 1) in dce110_timing_generator_program_timing_generator()
339 if (patched_crtc_timing.flags.HORZ_COUNT_BY_TWO == 1) in dce110_timing_generator_program_timing_generator()
[all …]

Completed in 34 milliseconds