Searched refs:max_error (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_irq.c | 544 int *max_error, in drm_calc_vbltimestamp_from_scanoutpos() argument 622 if (duration_ns <= (s64) *max_error) in drm_calc_vbltimestamp_from_scanoutpos() 629 crtc, (int) duration_ns/1000, *max_error/1000, i); in drm_calc_vbltimestamp_from_scanoutpos() 633 *max_error = (int) duration_ns; in drm_calc_vbltimestamp_from_scanoutpos() 730 int max_error = (int) drm_timestamp_precision * 1000; in drm_get_last_vbltimestamp() local 733 if (dev->driver->get_vblank_timestamp && (max_error > 0)) { in drm_get_last_vbltimestamp() 734 ret = dev->driver->get_vblank_timestamp(dev, crtc, &max_error, in drm_get_last_vbltimestamp()
|
H A D | drmP.h | 831 int *max_error, 1333 int crtc, int *max_error,
|
/freebsd/sys/dev/mfi/ |
H A D | mfireg.h | 1337 uint16_t max_error; member 1364 uint16_t max_error; member
|