Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_vblank.c147 * drm_timestamp_precision before giving up.
160 static unsigned int drm_timestamp_precision = 20; /* Default to 20 usecs. */ variable
165 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
869 int max_error = (int) drm_timestamp_precision * 1000; in drm_get_last_vbltimestamp()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_vblank.c147 * drm_timestamp_precision before giving up.
160 static unsigned int drm_timestamp_precision = 20; /* Default to 20 usecs. */ variable
165 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
873 int max_error = (int) drm_timestamp_precision * 1000; in drm_crtc_get_last_vbltimestamp()

Completed in 6 milliseconds