Searched refs:drm_timestamp_monotonic (Results 1 – 3 of 3) sorted by relevance
25 extern unsigned int drm_timestamp_monotonic;
69 unsigned int drm_timestamp_monotonic = 1; variable75 module_param_named(timestamp_monotonic, drm_timestamp_monotonic, int, 0600);855 if (!drm_timestamp_monotonic) in drm_calc_vbltimestamp_from_scanoutpos()883 now = drm_timestamp_monotonic ? ktime_get() : ktime_get_real(); in get_drm_timestamp()
295 req->value = drm_timestamp_monotonic; in drm_getcap()