Home
last modified time | relevance | path

Searched refs:v_total_min (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c253 in_out_vrr->adjust.v_total_min = v_total; in update_v_total_for_static_ramp()
293 in_out_vrr->adjust.v_total_min = in apply_below_the_range()
458 in_out_vrr->adjust.v_total_min = in apply_fixed_refresh()
462 in_out_vrr->adjust.v_total_min; in apply_fixed_refresh()
464 in_out_vrr->adjust.v_total_min = in apply_fixed_refresh()
535 *vmin = stream->adjust.v_total_min; in mod_freesync_get_vmin_vmax()
1038 in_out_vrr->adjust.v_total_min = stream->timing.v_total; in mod_freesync_build_vrr_params()
1090 in_out_vrr->adjust.v_total_min = stream->timing.v_total; in mod_freesync_build_vrr_params()
1093 in_out_vrr->adjust.v_total_min = stream->timing.v_total; in mod_freesync_build_vrr_params()
1096 in_out_vrr->adjust.v_total_min = stream->timing.v_total; in mod_freesync_build_vrr_params()
[all …]
/linux/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_stats.h66 unsigned int v_total_min,
H A Dmod_freesync.h125 unsigned int *v_total_min, unsigned int *v_total_max,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c103 if (adjust.v_total_max != adjust.v_total_min) in dce110_get_min_vblank_time_us()
104 vertical_total_min = adjust.v_total_min; in dce110_get_min_vblank_time_us()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.h98 int num_pipes, uint32_t v_total_min, uint32_t v_total_max);
H A Ddcn35_hwseq.c1429 params.vertical_total_min = adjust.v_total_min; in dcn35_set_drr()
1454 if (adjust.v_total_max != 0 && adjust.v_total_min != 0) in dcn35_set_drr()
1480 int num_pipes, uint32_t v_total_min, uint32_t v_total_max) in dcn35_set_long_vblank() argument
1486 params.vertical_total_min = v_total_min; in dcn35_set_long_vblank()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn351/
H A Ddcn351_fpu.c498 pipe->stream->adjust.v_total_min && in dcn351_populate_dml_pipes_from_context_fpu()
499 pipe->stream->adjust.v_total_min > timing->v_total) { in dcn351_populate_dml_pipes_from_context_fpu()
501 pipe->stream->adjust.v_total_min; in dcn351_populate_dml_pipes_from_context_fpu()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn35/
H A Ddcn35_fpu.c464 pipe->stream->adjust.v_total_min && in dcn35_populate_dml_pipes_from_context_fpu()
465 pipe->stream->adjust.v_total_min > timing->v_total) { in dcn35_populate_dml_pipes_from_context_fpu()
467 pipe->stream->adjust.v_total_min; in dcn35_populate_dml_pipes_from_context_fpu()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddcn314_fpu.c333 if (pipe->stream->adjust.v_total_min != 0) in dcn314_populate_dml_pipes_from_context_fpu()
334 pipes[pipe_cnt].pipe.dest.vtotal = pipe->stream->adjust.v_total_min; in dcn314_populate_dml_pipes_from_context_fpu()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Doptc.h79 uint32_t v_total_min; member
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c370 uint32_t v_total_min = 0; in dce110_timing_generator_set_drr() local
378 v_total_min = dm_read_reg(tg->ctx, addr); in dce110_timing_generator_set_drr()
395 set_reg_field_value(v_total_min, in dce110_timing_generator_set_drr()
441 set_reg_field_value(v_total_min, in dce110_timing_generator_set_drr()
460 dm_write_reg(tg->ctx, addr, v_total_min); in dce110_timing_generator_set_drr()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c216 dml_print("DML PARAMS: v_total_min = %d\n", pipe_src->v_total_min); in dml_log_pipe_params()
H A Ddisplay_mode_structs.h443 unsigned char v_total_min; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h998 uint32_t v_total_min; member
H A Ddc_dmub_srv.c369 cmd.drr_update.dmub_optc_state_req.v_total_min = vtotal_min; in dc_dmub_srv_drr_update_cmd()
1757 cmd.fams2_drr_update.dmub_optc_state_req.v_total_min = vtotal_min; in dc_dmub_srv_fams2_drr_update()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h461 …void (*set_long_vtotal)(struct pipe_ctx **pipe_ctx, int num_pipes, uint32_t v_total_min, uint32_t …
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c795 params->vertical_total_min = stream->adjust.v_total_min; in enable_stream_timing_calc()
801 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in enable_stream_timing_calc()
1489 && pipe_ctx->stream->adjust.v_total_min == pipe_ctx->stream->adjust.v_total_max in dcn401_optimize_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c447 s.v_total_min, in dcn10_get_otg_states()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1654 params.vertical_total_min = stream->adjust.v_total_min; in dce110_apply_single_controller_ctx_to_hw()
1661 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in dce110_apply_single_controller_ctx_to_hw()
2092 params.vertical_total_min = adjust.v_total_min; in set_drr()
2108 if (adjust.v_total_max != 0 && adjust.v_total_min != 0) in set_drr()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1678 uint32_t v_total_min; member
4824 uint32_t v_total_min; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c272 pipe_ctx->pipe_dlg_param.vtotal_min = pipe_ctx->stream->adjust.v_total_min; in populate_pipe_ctx_dlg_params_from_dml()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c1352 OTG_V_TOTAL_MIN, &s->v_total_min); in optc1_read_otg_state()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c951 params.vertical_total_min = stream->adjust.v_total_min; in dcn20_enable_stream_timing()
960 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in dcn20_enable_stream_timing()
2437 && pipe_ctx->stream->adjust.v_total_min == pipe_ctx->stream->adjust.v_total_max in dcn20_optimize_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c408 dc->hwss.set_long_vtotal(&pipe, 1, adjust->v_total_min, adjust->v_total_max); in set_long_vtotal()
450 stream->adjust.v_total_min = adjust->v_total_min; in dc_stream_adjust_vmin_vmax()
454 (adjust->v_total_max > dc->caps.max_v_total || adjust->v_total_min > dc->caps.max_v_total)) { in dc_stream_adjust_vmin_vmax()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c444 s.v_total_min, in dcn10_log_hw_state()
3207 params.vertical_total_min = adjust.v_total_min; in dcn10_set_drr()
3224 if (adjust.v_total_max != 0 && adjust.v_total_min != 0) in dcn10_set_drr()

12