Searched refs:max_error (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_irq.c | 546 int *max_error, in drm_calc_vbltimestamp_from_scanoutpos() argument 624 if (duration_ns <= (s64) *max_error) in drm_calc_vbltimestamp_from_scanoutpos() 631 crtc, (int) duration_ns/1000, *max_error/1000, i); in drm_calc_vbltimestamp_from_scanoutpos() 635 *max_error = (int) duration_ns; in drm_calc_vbltimestamp_from_scanoutpos() 732 int max_error = (int) drm_timestamp_precision * 1000; in drm_get_last_vbltimestamp() local 735 if (dev->driver->get_vblank_timestamp && (max_error > 0)) { in drm_get_last_vbltimestamp() 736 ret = dev->driver->get_vblank_timestamp(dev, crtc, &max_error, in drm_get_last_vbltimestamp()
|
| H A D | drmP.h | 833 int *max_error, 1335 int crtc, int *max_error,
|
| /freebsd-13.1/sys/dev/mfi/ |
| H A D | mfireg.h | 1339 uint16_t max_error; member 1366 uint16_t max_error; member
|