Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/modules/freesync/
Dfreesync.c180 in_out_vrr->adjust.v_total_max); in update_v_total_for_static_ramp()
238 in_out_vrr->adjust.v_total_max = v_total; in update_v_total_for_static_ramp()
283 in_out_vrr->adjust.v_total_max = in apply_below_the_range()
419 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh()
425 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh()
459 *vmax = stream->adjust.v_total_max; in mod_freesync_get_vmin_vmax()
773 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params()
812 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params()
815 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params()
818 in_out_vrr->adjust.v_total_max = stream->timing.v_total; in mod_freesync_build_vrr_params()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/stats/
Dstats.c61 unsigned int v_total_max; member
256 time[time_index].v_total_max, in mod_stats_dump()
416 unsigned int v_total_max, in mod_stats_update_freesync() argument
440 time[index].v_total_max = v_total_max; in mod_stats_update_freesync()
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/inc/
Dmod_stats.h61 unsigned int v_total_max,
Dmod_freesync.h137 unsigned int *v_total_min, unsigned int *v_total_max,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.c372 uint32_t v_total_max = 0; in dce110_timing_generator_set_drr() local
382 v_total_max = dm_read_reg(tg->ctx, addr); in dce110_timing_generator_set_drr()
391 set_reg_field_value(v_total_max, in dce110_timing_generator_set_drr()
446 set_reg_field_value(v_total_max, in dce110_timing_generator_set_drr()
464 dm_write_reg(tg->ctx, addr, v_total_max); in dce110_timing_generator_set_drr()
Ddce110_hw_sequencer.c1373 params.vertical_total_max = stream->adjust.v_total_max; in apply_single_controller_ctx_to_hw()
1379 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in apply_single_controller_ctx_to_hw()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_structs.h254 unsigned char v_total_max; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
Ddce110_clk_mgr.c103 if (adjust.v_total_max != adjust.v_total_min) in dce110_get_min_vblank_time_us()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h759 uint32_t v_total_max; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c445 s.v_total_max, in dcn10_get_otg_states()
Ddcn10_optc.h531 uint32_t v_total_max; member
Ddcn10_optc.c1308 OTG_V_TOTAL_MAX, &s->v_total_max); in optc1_read_otg_state()
Ddcn10_hw_sequencer.c332 s.v_total_max, in dcn10_log_hw_state()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c599 params.vertical_total_max = stream->adjust.v_total_max; in dcn20_enable_stream_timing()
607 if (stream->adjust.v_total_min != 0 && stream->adjust.v_total_max != 0) in dcn20_enable_stream_timing()
Ddcn20_resource.c1826 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-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc.c294 adjust->v_total_max, in dc_stream_adjust_vmin_vmax()