Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_self_refresh_helper.c153 unsigned int commit_time_ms, in drm_self_refresh_helper_update_avg_times() argument
175 ewma_psr_time_add(time, commit_time_ms); in drm_self_refresh_helper_update_avg_times()
H A Ddrm_atomic_helper.c1617 s64 commit_time_ms; in commit_tail() local
1652 commit_time_ms = ktime_ms_delta(ktime_get(), start); in commit_tail()
1653 if (commit_time_ms > 0) in commit_tail()
1655 (unsigned long)commit_time_ms, in commit_tail()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_self_refresh_helper.h18 unsigned int commit_time_ms,