Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_kms.c346 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, in radeon_get_vblank_timestamp_kms()
/linux-2.6.39/drivers/gpu/drm/
Ddrm_irq.c563 int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, int crtc, in drm_calc_vbltimestamp_from_scanoutpos() function
698 EXPORT_SYMBOL(drm_calc_vbltimestamp_from_scanoutpos);
/linux-2.6.39/include/drm/
DdrmP.h1391 extern int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
/linux-2.6.39/drivers/gpu/drm/i915/
Di915_irq.c293 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, in i915_get_vblank_timestamp()