/linux-6.1.9/drivers/gpu/drm/amd/display/modules/freesync/ |
D | freesync.c | 191 in_out_vrr->adjust.v_total_max); in update_v_total_for_static_ramp() 253 in_out_vrr->adjust.v_total_max = v_total; in update_v_total_for_static_ramp() 296 in_out_vrr->adjust.v_total_max = in apply_below_the_range() 458 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh() 464 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh() 533 *vmax = stream->adjust.v_total_max; in mod_freesync_get_vmin_vmax() 1068 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params() 1120 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params() 1123 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params() 1126 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/modules/inc/ |
D | mod_stats.h | 67 unsigned int v_total_max,
|
D | mod_freesync.h | 153 unsigned int *v_total_min, unsigned int *v_total_max,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_timing_generator.c | 371 uint32_t v_total_max = 0; in dce110_timing_generator_set_drr() local 381 v_total_max = dm_read_reg(tg->ctx, addr); in dce110_timing_generator_set_drr() 390 set_reg_field_value(v_total_max, in dce110_timing_generator_set_drr() 445 set_reg_field_value(v_total_max, in dce110_timing_generator_set_drr() 463 dm_write_reg(tg->ctx, addr, v_total_max); in dce110_timing_generator_set_drr()
|
D | dce110_hw_sequencer.c | 1569 params.vertical_total_max = stream->adjust.v_total_max; in apply_single_controller_ctx_to_hw() 1575 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in apply_single_controller_ctx_to_hw() 1926 params.vertical_total_max = adjust.v_total_max; in set_drr() 1937 if (adjust.v_total_max != 0 && adjust.v_total_min != 0) in set_drr()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
D | dce110_clk_mgr.c | 103 if (adjust.v_total_max != adjust.v_total_min) in dce110_get_min_vblank_time_us()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_lib.c | 218 dml_print("DML PARAMS: v_total_max = %d\n", pipe_src->v_total_max); in dml_log_pipe_params()
|
D | display_mode_structs.h | 442 unsigned char v_total_max; member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | dcn314_fpu.c | 304 …if (dc_extended_blank_supported(dc) && pipe->stream->adjust.v_total_max == pipe->stream->adjust.v_… in dcn314_populate_dml_pipes_from_context_fpu()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/ |
D | dc_hw_types.h | 957 uint32_t v_total_max; member
|
D | dc_dmub_srv.c | 263 cmd.drr_update.dmub_optc_state_req.v_total_max = vtotal_max; in dc_dmub_srv_drr_update_cmd()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_hwseq.c | 773 unsigned int v_total = stream->adjust.v_total_max ? in dcn30_apply_idle_power_optimizations() 774 stream->adjust.v_total_max : stream->timing.v_total; in dcn30_apply_idle_power_optimizations()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer_debug.c | 445 s.v_total_max, in dcn10_get_otg_states()
|
D | dcn10_optc.h | 571 uint32_t v_total_max; member
|
D | dcn10_optc.c | 1334 OTG_V_TOTAL_MAX, &s->v_total_max); in optc1_read_otg_state()
|
D | dcn10_hw_sequencer.c | 382 s.v_total_max, in dcn10_log_hw_state() 3139 params.vertical_total_max = adjust.v_total_max; in dcn10_set_drr() 3152 if (adjust.v_total_max != 0 && adjust.v_total_min != 0) in dcn10_set_drr()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 764 params.vertical_total_max = stream->adjust.v_total_max; in dcn20_enable_stream_timing() 772 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in dcn20_enable_stream_timing() 2029 && pipe_ctx->stream->adjust.v_total_min == pipe_ctx->stream->adjust.v_total_max in dcn20_optimize_bandwidth() 2030 && pipe_ctx->stream->adjust.v_total_max > pipe_ctx->stream->timing.v_total) in dcn20_optimize_bandwidth()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dmub/inc/ |
D | dmub_cmd.h | 2942 uint32_t v_total_max; member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | dcn20_fpu.c | 978 …x.pipe_ctx[i].stream->adjust.v_total_min == context->res_ctx.pipe_ctx[i].stream->adjust.v_total_max in decide_zstate_support() 1258 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-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 407 stream->adjust.v_total_max = adjust->v_total_max; in dc_stream_adjust_vmin_vmax()
|