Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/
Ddrm_vblank.c160 static unsigned int drm_timestamp_precision = 20; /* Default to 20 usecs. */ variable
165 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
875 int max_error = (int) drm_timestamp_precision * 1000; in drm_get_last_vbltimestamp()