Home
last modified time | relevance | path

Searched refs:drm_timestamp_precision (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/
Ddrm_stub.c46 unsigned int drm_timestamp_precision = 20; /* Default to 20 usecs. */ variable
47 EXPORT_SYMBOL(drm_timestamp_precision);
65 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
Ddrm_irq.c765 int max_error = (int) drm_timestamp_precision * 1000; in drm_get_last_vbltimestamp()