Home
last modified time | relevance | path

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

/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);
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_kms.c737 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, in amdgpu_get_vblank_timestamp_kms()
/drivers/gpu/drm/nouveau/
Dnouveau_display.c160 return drm_calc_vbltimestamp_from_scanoutpos(dev, in nouveau_display_vblstamp()
/drivers/gpu/drm/radeon/
Dradeon_kms.c902 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, in radeon_get_vblank_timestamp_kms()
/drivers/gpu/drm/i915/
Di915_irq.c935 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, in i915_get_vblank_timestamp()