Home
last modified time | relevance | path

Searched refs:stutter_period (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c756 * dynamic_delay_us = 1000000 / refresh + 2 * stutter_period in dcn30_apply_idle_power_optimizations()
761 * = (1000000 / refresh + 2 * stutter_period) * (100 + p) / 100 in dcn30_apply_idle_power_optimizations()
762 * = (1000000 + 2 * stutter_period * refresh) * (100 + p) / (100 * refresh) in dcn30_apply_idle_power_optimizations()
770 * = (1000000 + 2 * stutter_period * refresh) * (100 + p) / (100 * refresh) / 65.28 / 2^MallFrameCacheTmrScale - 64 in dcn30_apply_idle_power_optimizations()
771 * = (1000000 + 2 * stutter_period * refresh) * (100 + p) / (refresh * 6528 * 2^MallFrameCacheTmrScale) - 64 in dcn30_apply_idle_power_optimizations()
776 unsigned int stutter_period = dc->current_state->perf_params.stutter_period_us; in dcn30_apply_idle_power_optimizations() local
778 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) * in dcn30_apply_idle_power_optimizations()
785 * We can check if stutter_period is more than 1/10th the frame time to in dcn30_apply_idle_power_optimizations()
788 if (stutter_period > 100000/refresh_hz) in dcn30_apply_idle_power_optimizations()
802 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_h in dcn30_apply_idle_power_optimizations()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h46 dml_get_attr_decl(stutter_period); variable
H A Ddisplay_mode_vba.c96 dml_get_attr_func(stutter_period, mode_lib->vba.StutterPeriod);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h50 dml_get_attr_decl(stutter_period); variable
H A Ddisplay_mode_vba.c102 dml_get_attr_func(stutter_period, mode_lib->vba.StutterPeriod);

Completed in 12 milliseconds