Searched refs:drm_calc_vbltimestamp_from_scanoutpos (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_irq.c670 * by drm_calc_vbltimestamp_from_scanoutpos(). They are
722 * drm_calc_vbltimestamp_from_scanoutpos - precise vblank timestamp helper
766 int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, drm_calc_vbltimestamp_from_scanoutpos() function
877 EXPORT_SYMBOL(drm_calc_vbltimestamp_from_scanoutpos); variable
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c160 return drm_calc_vbltimestamp_from_scanoutpos(dev, nouveau_display_vblstamp()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c732 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, amdgpu_get_vblank_timestamp_kms()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_kms.c899 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, radeon_get_vblank_timestamp_kms()
/linux-4.4.14/include/drm/
H A DdrmP.h976 extern int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_irq.c935 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, i915_get_vblank_timestamp()

Completed in 188 milliseconds