Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/drm2/
Ddrm_irq.c546 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()
DdrmP.h808 int *max_error,
1321 int crtc, int *max_error,
/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_kms.h24 int *max_error,
Dradeon_kms.c617 int *max_error, in radeon_get_vblank_timestamp_kms() argument
633 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, in radeon_get_vblank_timestamp_kms()
/freebsd-10-stable/sys/dev/mfi/
Dmfireg.h1338 uint16_t max_error; member
1365 uint16_t max_error; member
/freebsd-10-stable/sys/dev/drm2/i915/
Di915_irq.c251 i915_get_vblank_timestamp(struct drm_device *dev, int pipe, int *max_error, in i915_get_vblank_timestamp() argument
277 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, in i915_get_vblank_timestamp()