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

/drivers/gpu/drm/
H A Ddrm_irq.c50 * drm_timestamp_precision before giving up.
63 static unsigned int drm_timestamp_precision = 20; /* Default to 20 usecs. */ variable
74 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
806 int max_error = (int) drm_timestamp_precision * 1000;

Completed in 574 milliseconds