Home
last modified time | relevance | path

Searched refs:v_front_porch (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_encoder_phys_vid.c79 timing->v_front_porch = mode->vsync_start - mode->vdisplay; in drm_mode_to_intf_timing_params()
98 timing->v_back_porch += timing->v_front_porch; in drm_mode_to_intf_timing_params()
99 timing->v_front_porch = 0; in drm_mode_to_intf_timing_params()
130 timing->v_back_porch + timing->v_front_porch + in get_vertical_total()
165 } else if (timing->v_front_porch < needed_vfp_lines) { in programmable_fetch_get_num_lines()
171 actual_vfp_lines = timing->v_front_porch; in programmable_fetch_get_num_lines()
179 timing->v_front_porch, timing->v_back_porch, in programmable_fetch_get_num_lines()
A Ddpu_hw_intf.h26 u32 v_front_porch; member
A Ddpu_hw_intf.c122 p->v_front_porch; in dpu_hw_intf_setup_timing_engine()
126 display_v_end = ((vsync_period - p->v_front_porch) * hsync_period) + in dpu_hw_intf_setup_timing_engine()
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbcvt.c50 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_dmub_srv.c474 …prefetch_us = div64_u64(((uint64_t)(phantom_timing->v_total - phantom_timing->v_front_porch) * pha… in populate_subvp_cmd_drr_info()
541 vblank_pipe->stream->timing.v_front_porch; in populate_subvp_cmd_vblank_pipe_info()
547 …vblank_pipe->stream->timing.v_total - vblank_pipe->stream->timing.v_front_porch - vblank_pipe->str… in populate_subvp_cmd_vblank_pipe_info()
579 …p0_prefetch_us = div64_u64(((uint64_t)(phantom_timing0->v_total - phantom_timing0->v_front_porch) * in update_subvp_prefetch_end_to_mall_start()
582 …p1_prefetch_us = div64_u64(((uint64_t)(phantom_timing1->v_total - phantom_timing1->v_front_porch) * in update_subvp_prefetch_end_to_mall_start()
637 main_timing->v_total - main_timing->v_front_porch; in populate_subvp_cmd_pipe_info()
639 main_timing->v_total - main_timing->v_front_porch - main_timing->v_addressable; in populate_subvp_cmd_pipe_info()
660 phantom_timing->v_total - phantom_timing->v_front_porch; in populate_subvp_cmd_pipe_info()
A Ddc_hw_types.h926 uint32_t v_front_porch; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_optc.c53 if (timing->v_front_porch < 2) in apply_front_porch_workaround()
54 timing->v_front_porch = 2; in apply_front_porch_workaround()
56 if (timing->v_front_porch < 1) in apply_front_porch_workaround()
57 timing->v_front_porch = 1; in apply_front_porch_workaround()
222 patched_crtc_timing.v_front_porch; in optc1_program_timing()
342 v_init = patched_crtc_timing.v_total - patched_crtc_timing.v_front_porch; in optc1_set_vtg_params()
1315 hw_crtc_timing->v_front_porch = s.v_total + 1 - s.v_blank_start; in optc1_get_hw_timing()
A Ddcn10_stream_encoder.c272 hw_crtc_timing.v_front_porch /= 2; in enc1_stream_encoder_dp_set_stream_attribute()
439 hw_crtc_timing.v_front_porch; in enc1_stream_encoder_dp_set_stream_attribute()
A Ddcn10_hw_sequencer.c3702 if (timing->v_front_porch < 2) in apply_front_porch_workaround()
3703 timing->v_front_porch = 2; in apply_front_porch_workaround()
3705 if (timing->v_front_porch < 1) in apply_front_porch_workaround()
3706 timing->v_front_porch = 1; in apply_front_porch_workaround()
3725 patched_crtc_timing.v_front_porch; in dcn10_get_vupdate_offset_from_vsync()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_timing_generator.c70 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()
A Ddce110_timing_generator_v.c246 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce80/
A Ddce80_timing_generator.c146 if ((timing->v_sync_width + timing->v_front_porch) <= 3) { in dce80_timing_generator_enable_advanced_request()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_timing_generator.c138 if ((timing->v_sync_width + timing->v_front_porch) <= 3) { in dce60_timing_generator_enable_advanced_request()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddcn32_fpu.c606 phantom_stream->timing.v_front_porch = 1; in dcn32_set_phantom_stream_timing()
608 phantom_stream->timing.v_front_porch + in dcn32_set_phantom_stream_timing()
816 microschedule_lines = (phantom->timing.v_total - phantom->timing.v_front_porch) + in subvp_subvp_schedulable()
905 prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_drr_schedulable()
999 …prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_vblank_schedulable()
1289 if (patched_crtc_timing.v_front_porch < 2) in dcn20_adjust_freesync_v_startup()
1290 patched_crtc_timing.v_front_porch = 2; in dcn20_adjust_freesync_v_startup()
1292 if (patched_crtc_timing.v_front_porch < 1) in dcn20_adjust_freesync_v_startup()
1293 patched_crtc_timing.v_front_porch = 1; in dcn20_adjust_freesync_v_startup()
1298 patched_crtc_timing.v_front_porch; in dcn20_adjust_freesync_v_startup()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddcn314_fpu.c321 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn314_populate_dml_pipes_from_context_fpu()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce120/
A Ddce120_timing_generator.c435 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddcn20_fpu.c1017 if (patched_crtc_timing.v_front_porch < 2) in dcn20_adjust_freesync_v_startup()
1018 patched_crtc_timing.v_front_porch = 2; in dcn20_adjust_freesync_v_startup()
1020 if (patched_crtc_timing.v_front_porch < 1) in dcn20_adjust_freesync_v_startup()
1021 patched_crtc_timing.v_front_porch = 1; in dcn20_adjust_freesync_v_startup()
1026 patched_crtc_timing.v_front_porch; in dcn20_adjust_freesync_v_startup()
1250 front_porch = timing->v_front_porch; in dcn20_populate_dml_pipes_from_context()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_stream_encoder.c293 hw_crtc_timing.v_front_porch /= 2; in dce110_stream_encoder_dp_set_stream_attribute()
474 hw_crtc_timing.v_front_porch; in dce110_stream_encoder_dp_set_stream_attribute()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hpo_dp_stream_encoder.c357 hw_crtc_timing.v_front_porch; in dcn31_hpo_dp_stream_enc_set_stream_attribute()
A Ddcn31_resource.c1702 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn31_populate_dml_pipes_from_context()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/calcs/
A Ddcn_calcs.c439 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c561 if (stream1->timing.v_front_porch in resource_are_streams_timing_synchronizable()
562 != stream2->timing.v_front_porch) in resource_are_streams_timing_synchronizable()
3284 asic_blank_start = tg->v_total - tg->v_front_porch; in adaptive_sync_override_dp_info_packets_sdp_line_num()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c2925 old_v_front_porch = timing->v_front_porch; in dcn20_optimize_timing_for_fsft()
2933 timing->v_front_porch = old_v_front_porch + (timing->v_total - old_v_total); in dcn20_optimize_timing_for_fsft()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn316/
A Ddcn316_resource.c1673 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn316_populate_dml_pipes_from_context()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn315/
A Ddcn315_resource.c1671 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn315_populate_dml_pipes_from_context()

Completed in 80 milliseconds

12