Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_irq.c663 int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, int crtc, in drm_calc_vbltimestamp_from_scanoutpos() function
779 EXPORT_SYMBOL(drm_calc_vbltimestamp_from_scanoutpos);
/linux-4.1.27/include/drm/
DdrmP.h942 extern int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_display.c157 return drm_calc_vbltimestamp_from_scanoutpos(dev, in nouveau_display_vblstamp()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_kms.c839 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, in radeon_get_vblank_timestamp_kms()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_irq.c799 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, in i915_get_vblank_timestamp()