Searched refs:drm_calc_vbltimestamp_from_scanoutpos (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_irq.c | 670 * by drm_calc_vbltimestamp_from_scanoutpos(). They are 722 * drm_calc_vbltimestamp_from_scanoutpos - precise vblank timestamp helper 766 int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, drm_calc_vbltimestamp_from_scanoutpos() function 877 EXPORT_SYMBOL(drm_calc_vbltimestamp_from_scanoutpos); variable
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 160 return drm_calc_vbltimestamp_from_scanoutpos(dev, nouveau_display_vblstamp()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_kms.c | 732 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, amdgpu_get_vblank_timestamp_kms()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_kms.c | 899 return drm_calc_vbltimestamp_from_scanoutpos(dev, crtc, max_error, radeon_get_vblank_timestamp_kms()
|
/linux-4.4.14/include/drm/ |
H A D | drmP.h | 976 extern int drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 935 return drm_calc_vbltimestamp_from_scanoutpos(dev, pipe, max_error, i915_get_vblank_timestamp()
|
Completed in 188 milliseconds