Home
last modified time | relevance | path

Searched refs:v_total_max (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c227 in_out_vrr->adjust.v_total_max); in update_v_total_for_static_ramp()
295 in_out_vrr->adjust.v_total_max = v_total; in update_v_total_for_static_ramp()
338 in_out_vrr->adjust.v_total_max = in apply_below_the_range()
504 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh()
510 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh()
1047 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params()
1103 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params()
1106 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params()
1109 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params()
1116 in_out_vrr->adjust.v_total_max = in mod_freesync_build_vrr_params()
[all …]
/linux/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_stats.h67 unsigned int v_total_max,
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h444 unsigned char v_total_max; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1720 params.vertical_total_max = stream->adjust.v_total_max; in dce110_apply_single_controller_ctx_to_hw()
1724 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in dce110_apply_single_controller_ctx_to_hw()
2223 params.vertical_total_max = adjust.v_total_max; in set_drr()
2239 if (adjust.v_total_max != 0 && adjust.v_total_min != 0) in set_drr()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c272 pipe_ctx->pipe_dlg_param.vtotal_max = pipe_ctx->stream->adjust.v_total_max; in populate_pipe_ctx_dlg_params_from_dml()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c642 params->vertical_total_max = stream->adjust.v_total_max; in enable_stream_timing_calc()
647 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in enable_stream_timing_calc()
1388 && pipe_ctx->stream->adjust.v_total_min == pipe_ctx->stream->adjust.v_total_max in dcn401_optimize_bandwidth()
1389 && pipe_ctx->stream->adjust.v_total_max > pipe_ctx->stream->timing.v_total) in dcn401_optimize_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1414 pipes[pipe_cnt].pipe.dest.vtotal_max = res_ctx->pipe_ctx[i].stream->adjust.v_total_max; in dcn20_populate_dml_pipes_from_context()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c4119 …e_ctx->stream->timing.pix_clk_100hz * 100) / (pipe_ctx->stream->adjust.v_total_max * pipe_ctx->str… in get_refresh_rate_confirm_color()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c677 v_total = stream->adjust.v_total_max ? in dm_crtc_high_irq()
678 stream->adjust.v_total_max : stream->timing.v_total; in dm_crtc_high_irq()