| /linux/drivers/video/fbdev/core/ |
| H A D | fbcvt.c | 50 u32 v_front_porch; member 268 mode->lower_margin = cvt->v_front_porch; in fb_cvt_convert_to_mode() 361 cvt.v_front_porch = 3 + cvt.v_margin; in fb_find_mode_cvt() 363 cvt.v_front_porch - cvt.vsync; in fb_find_mode_cvt()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_encoder_phys_vid.c | 82 timing->v_front_porch = mode->vsync_start - mode->vdisplay; in drm_mode_to_intf_timing_params() 108 timing->v_back_porch += timing->v_front_porch; in drm_mode_to_intf_timing_params() 109 timing->v_front_porch = 0; in drm_mode_to_intf_timing_params() 155 timing->v_back_porch + timing->v_front_porch + in get_vertical_total() 190 } else if (timing->v_front_porch < needed_vfp_lines) { in programmable_fetch_get_num_lines() 196 actual_vfp_lines = timing->v_front_porch; in programmable_fetch_get_num_lines() 204 timing->v_front_porch, timing->v_back_porch, in programmable_fetch_get_num_lines()
|
| H A D | dpu_hw_intf.h | 27 u32 v_front_porch; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_timing_generator.c | 70 if (timing->v_front_porch < 2) in dce110_timing_generator_apply_front_porch_workaround() 71 timing->v_front_porch = 2; in dce110_timing_generator_apply_front_porch_workaround() 73 if (timing->v_front_porch < 1) in dce110_timing_generator_apply_front_porch_workaround() 74 timing->v_front_porch = 1; in dce110_timing_generator_apply_front_porch_workaround() 290 dc_crtc_timing->v_front_porch; in dce110_timing_generator_program_timing_generator() 605 timing->v_front_porch; in dce110_timing_generator_program_blanking() 1432 if ((timing->v_sync_width + timing->v_front_porch) <= 3) { in dce110_timing_generator_enable_advanced_request()
|
| H A D | dce110_timing_generator_v.c | 246 timing->v_front_porch; in dce110_timing_generator_v_program_blanking() 392 if ((timing->v_sync_width + timing->v_front_porch) <= 3) { in dce110_timing_generator_v_enable_advanced_request()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/ |
| H A D | dml21_translation_helper.c | 79 max_hw_v_total -= stream->timing.v_front_porch + 1; in calc_max_hardware_v_total() 96 timing->v_front_porch = stream->timing.v_front_porch; in populate_dml21_timing_config_from_stream_state() 115 vblank_start = stream->timing.v_total - stream->timing.v_front_porch; in populate_dml21_timing_config_from_stream_state()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce60/ |
| H A D | dce60_timing_generator.c | 139 if ((timing->v_sync_width + timing->v_front_porch) <= 3) { in dce60_timing_generator_enable_advanced_request()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn351/ |
| H A D | dcn351_fpu.c | 465 v_back_porch = v_blank - timing->v_front_porch - timing->v_sync_width; in get_vertical_back_porch() 538 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn351_populate_dml_pipes_from_context_fpu()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn35/ |
| H A D | dcn35_fpu.c | 432 v_back_porch = v_blank - timing->v_front_porch - timing->v_sync_width; in get_vertical_back_porch() 505 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn35_populate_dml_pipes_from_context_fpu()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_dmub_srv.c | 622 …prefetch_us = div64_u64(((uint64_t)(phantom_timing->v_total - phantom_timing->v_front_porch) * pha… in populate_subvp_cmd_drr_info() 690 vblank_pipe->stream->timing.v_front_porch; in populate_subvp_cmd_vblank_pipe_info() 696 …vblank_pipe->stream->timing.v_total - vblank_pipe->stream->timing.v_front_porch - vblank_pipe->str… in populate_subvp_cmd_vblank_pipe_info() 742 …p0_prefetch_us = div64_u64(((uint64_t)(phantom_timing0->v_total - phantom_timing0->v_front_porch) * in update_subvp_prefetch_end_to_mall_start() 745 …p1_prefetch_us = div64_u64(((uint64_t)(phantom_timing1->v_total - phantom_timing1->v_front_porch) * in update_subvp_prefetch_end_to_mall_start() 806 main_timing->v_total - main_timing->v_front_porch; in populate_subvp_cmd_pipe_info() 808 main_timing->v_total - main_timing->v_front_porch - main_timing->v_addressable; in populate_subvp_cmd_pipe_info() 830 phantom_timing->v_total - phantom_timing->v_front_porch; in populate_subvp_cmd_pipe_info()
|
| H A D | dc_hw_types.h | 967 uint32_t v_front_porch; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dce120/ |
| H A D | dce120_timing_generator.c | 435 timing->v_front_porch; in dce120_timing_generator_program_blanking() 629 timing->v_border_bottom - timing->v_front_porch; in dce120_timing_generator_enable_advanced_request()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_stream_encoder.c | 292 hw_crtc_timing.v_front_porch /= 2; in dce110_stream_encoder_dp_set_stream_attribute() 473 hw_crtc_timing.v_front_porch; in dce110_stream_encoder_dp_set_stream_attribute()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/ |
| H A D | dml2_internal_shared_types.h | 257 unsigned long v_front_porch; member
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-dp.c | 1229 u32 vstart, vactive, vblank, v_sync_width, v_front_porch; in dw_dp_video_enable() local 1299 v_front_porch = mode->vsync_start - mode->vdisplay; in dw_dp_video_enable() 1302 FIELD_PREP(V_FRONT_PORCH, v_front_porch)); in dw_dp_video_enable()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A D | dcn_calcs.c | 439 input->dest.vblank_start = input->dest.vtotal - pipe->stream->timing.v_front_porch; in pipe_ctx_to_e2e_pipe_params() 911 - pipe->stream->timing.v_front_porch; in dcn_validate_bandwidth() 1218 pipe->stream->timing.v_front_porch; in dcn_validate_bandwidth()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 3917 if (timing->v_front_porch < 2) in apply_front_porch_workaround() 3918 timing->v_front_porch = 2; in apply_front_porch_workaround() 3920 if (timing->v_front_porch < 1) in apply_front_porch_workaround() 3921 timing->v_front_porch = 1; in apply_front_porch_workaround() 3940 patched_crtc_timing.v_front_porch; in dcn10_get_vupdate_offset_from_vsync()
|
| /linux/drivers/gpu/drm/amd/display/modules/freesync/ |
| H A D | freesync.c | 130 max_hw_v_total -= stream->timing.v_front_porch + 1; in calc_max_hardware_v_total()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/ |
| H A D | dcn401_hubp.c | 207 vblank_start = timing->v_total - timing->v_front_porch; in hubp401_vready_at_or_After_vsync()
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 1906 if (crtc_timing->v_front_porch != hw_crtc_timing.v_front_porch) { in dc_validate_boot_timing() 7096 state->optc[i].otg_v_blank_end = timing->v_total - timing->v_front_porch; in dc_capture_register_software_state() 7097 state->optc[i].otg_v_sync_start = timing->v_addressable + timing->v_front_porch; in dc_capture_register_software_state() 7098 …state->optc[i].otg_v_sync_end = timing->v_addressable + timing->v_front_porch + timing->v_sync_wid… in dc_capture_register_software_state()
|
| H A D | dc_resource.c | 661 if (stream1->timing.v_front_porch in resource_are_streams_timing_synchronizable() 662 != stream2->timing.v_front_porch) in resource_are_streams_timing_synchronizable() 4823 asic_blank_start = tg->v_total - tg->v_front_porch; in adaptive_sync_override_dp_info_packets_sdp_line_num()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/ |
| H A D | dcn316_resource.c | 1671 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn316_populate_dml_pipes_from_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/ |
| H A D | dcn31_resource.c | 1706 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn31_populate_dml_pipes_from_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/ |
| H A D | dcn315_resource.c | 1728 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn315_populate_dml_pipes_from_context()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
| H A D | dcn35_hwseq.c | 1475 params.vertical_blank_start = timing->v_total - timing->v_front_porch; in dcn35_set_long_vblank()
|