HomeSort by: relevance | last modified time | path
    Searched refs:commit_time_ms (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_self_refresh_helper.h 18 unsigned int commit_time_ms,
  /src/sys/external/bsd/drm2/dist/drm/
drm_self_refresh_helper.c 142 * @commit_time_ms: the amount of time in ms that this commit took to complete
153 unsigned int commit_time_ms,
175 ewma_psr_time_add(time, commit_time_ms);
drm_atomic_helper.c 1617 s64 commit_time_ms; local
1652 commit_time_ms = ktime_ms_delta(ktime_get(), start);
1653 if (commit_time_ms > 0)
1655 (unsigned long)commit_time_ms,

Completed in 16 milliseconds