Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
A Ddcn30_hwseq.c911 uint32_t tmr_delay = 0, tmr_scale = 0; in dcn30_apply_idle_power_optimizations() local
1004 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) * in dcn30_apply_idle_power_optimizations()
1018 while (tmr_delay & ~0x3F) { in dcn30_apply_idle_power_optimizations()
1028 tmr_delay = div_u64(((1000000LL + 2 * stutter_period * refresh_hz) * in dcn30_apply_idle_power_optimizations()
1076 cmd.mall.tmr_delay = tmr_delay; in dcn30_apply_idle_power_optimizations()
/drivers/gpu/drm/amd/display/dmub/inc/
A Ddmub_cmd.h1821 uint32_t tmr_delay; /**< Timer delay */ member

Completed in 25 milliseconds