Home
last modified time | relevance | path

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

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