HomeSort by: relevance | last modified time | path
    Searched defs:drm_vblank_restore (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 1401 * drm_vblank_restore - estimate missed vblanks and update vblank count.
1413 void drm_vblank_restore(struct drm_device *dev, unsigned int pipe) function in typeref:typename:void
1447 EXPORT_SYMBOL(drm_vblank_restore);
1461 drm_vblank_restore(crtc->dev, drm_crtc_index(crtc));
drm_vblank.c 1401 * drm_vblank_restore - estimate missed vblanks and update vblank count.
1413 void drm_vblank_restore(struct drm_device *dev, unsigned int pipe) function in typeref:typename:void
1447 EXPORT_SYMBOL(drm_vblank_restore);
1461 drm_vblank_restore(crtc->dev, drm_crtc_index(crtc));

Completed in 25 milliseconds