Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_internal.h25 extern unsigned int drm_timestamp_monotonic;
Ddrm_irq.c69 unsigned int drm_timestamp_monotonic = 1; variable
75 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()
Ddrm_ioctl.c295 req->value = drm_timestamp_monotonic; in drm_getcap()