Home
last modified time | relevance | path

Searched refs:v_total_max (Results 1 – 10 of 10) 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.c1760 params.vertical_total_max = stream->adjust.v_total_max; in dce110_apply_single_controller_ctx_to_hw()
1764 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in dce110_apply_single_controller_ctx_to_hw()
2268 params.vertical_total_max = adjust.v_total_max; in set_static_screen_control()
2284 if (adjust.v_total_max != 0 && adjust.v_total_min != 0) in set_static_screen_control()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c438 dc->hwss.set_long_vtotal(&pipe, 1, adjust->v_total_min, adjust->v_total_max); in set_long_vtotal()
1288 (stream->adjust.v_total_max != adjust->v_total_max || in dc_stream_adjust_vmin_vmax()
1297 stream->adjust.v_total_max = adjust->v_total_max; in dc_stream_adjust_vmin_vmax()
1304 (adjust->v_total_max > dc->caps.max_v_total || adjust->v_total_min > dc->caps.max_v_total)) { in dc_stream_adjust_vmin_vmax()
3432 stream->adjust.v_total_max != update->crtc_timing_adjust->v_total_max ||
H A Ddc_hw_sequencer.c5154 refresh_rate = (pipe_ctx->stream->timing.pix_clk_100hz * 100) / (pipe_ctx->stream->adjust.v_total_max * pipe_ctx->stream->timing.h_total);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c274 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.c794 params->vertical_total_max = stream->adjust.v_total_max; in get_phyd32clk_src()
799 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in get_phyd32clk_src()
1551 && pipe_ctx->stream->adjust.v_total_min == pipe_ctx->stream->adjust.v_total_max in dcn401_add_dsc_sequence_for_odm_change()
1552 && pipe_ctx->stream->adjust.v_total_max > pipe_ctx->stream->timing.v_total) in dcn401_add_dsc_sequence_for_odm_change()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1420 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/amdgpu_dm/
H A Damdgpu_dm.c681 v_total = stream->adjust.v_total_max ? in dm_crtc_high_irq()
682 stream->adjust.v_total_max : stream->timing.v_total; in dm_crtc_high_irq()