Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_self_refresh_helper.h16 unsigned int commit_time_ms,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_self_refresh_helper.c146 unsigned int commit_time_ms, in drm_self_refresh_helper_update_avg_times() argument
168 ewma_psr_time_add(time, commit_time_ms); in drm_self_refresh_helper_update_avg_times()
H A Ddrm_atomic_helper.c1799 s64 commit_time_ms; in commit_tail() local
1834 commit_time_ms = ktime_ms_delta(ktime_get(), start); in commit_tail()
1835 if (commit_time_ms > 0) in commit_tail()
1837 (unsigned long)commit_time_ms, in commit_tail()