Home
last modified time | relevance | path

Searched refs:tmr_delay (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c915 uint32_t tmr_delay = 0, tmr_scale = 0; in dcn30_apply_idle_power_optimizations() local
1008 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) * in dcn30_apply_idle_power_optimizations()
1022 while (tmr_delay & ~0x3F) { in dcn30_apply_idle_power_optimizations()
1032 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) * in dcn30_apply_idle_power_optimizations()
1080 cmd.mall.tmr_delay = tmr_delay; in dcn30_apply_idle_power_optimizations()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2151 uint32_t tmr_delay; /**< Timer delay */ member