Searched defs:drm_timestamp_monotonic (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_irq.c69 unsigned int drm_timestamp_monotonic = 1; variable
75 module_param_named(timestamp_monotonic, drm_timestamp_monotonic, int, 0600);
743 if (!drm_timestamp_monotonic)
775 now = drm_timestamp_monotonic ? ktime_get() : ktime_get_real();

Completed in 26 milliseconds