Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_irq.c766 int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, in drm_calc_vbltimestamp_from_scanoutpos() function
877 EXPORT_SYMBOL(drm_calc_vbltimestamp_from_scanoutpos);
/linux-4.4.14/include/drm/
DdrmP.h976 extern int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_kms.c732 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, in amdgpu_get_vblank_timestamp_kms()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_kms.c899 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, in radeon_get_vblank_timestamp_kms()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_display.c160 return drm_calc_vbltimestamp_from_scanoutpos(dev, in nouveau_display_vblstamp()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_irq.c935 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, in i915_get_vblank_timestamp()