Searched refs:drm_calc_vbltimestamp_from_scanoutpos (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_irq.c | 663 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/ |
D | drmP.h | 942 extern int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 157 return drm_calc_vbltimestamp_from_scanoutpos(dev, in nouveau_display_vblstamp()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_kms.c | 839 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, in radeon_get_vblank_timestamp_kms()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_irq.c | 799 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, in i915_get_vblank_timestamp()
|