Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hwseq.c704 uint32_t tmr_delay = 0, tmr_scale = 0; in dcn30_apply_idle_power_optimizations() local
796 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) * in dcn30_apply_idle_power_optimizations()
810 while (tmr_delay & ~0x3F) { in dcn30_apply_idle_power_optimizations()
820 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) * in dcn30_apply_idle_power_optimizations()
868 cmd.mall.tmr_delay = tmr_delay; in dcn30_apply_idle_power_optimizations()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1223 uint32_t tmr_delay; /**< Timer delay */ member