Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c806 unsigned long long time_since_edp_poweroff_ms = in dce110_edp_power_control() local
823 time_since_edp_poweroff_ms, in dce110_edp_power_control()
838 if (time_since_edp_poweroff_ms < remaining_min_edp_poweroff_time_ms) in dce110_edp_power_control()
840 remaining_min_edp_poweroff_time_ms - time_since_edp_poweroff_ms; in dce110_edp_power_control()
934 unsigned long long time_since_edp_poweroff_ms = in dce110_edp_wait_for_T12() local
942 if (time_since_edp_poweroff_ms < t12_duration) in dce110_edp_wait_for_T12()
943 msleep(t12_duration - time_since_edp_poweroff_ms); in dce110_edp_wait_for_T12()