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

  /src/sys/external/bsd/drm/dist/bsd-core/
drm_irq.c 309 static void drm_update_vblank_count(struct drm_device *dev, unsigned int crtc) function in typeref:typename:void
351 drm_update_vblank_count(dev, crtc);
  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 214 static void drm_update_vblank_count(struct drm_device *dev, unsigned int pipe, function in typeref:typename:void
354 drm_update_vblank_count(dev, pipe, false);
414 drm_update_vblank_count(dev, pipe, false);
1037 drm_update_vblank_count(dev, pipe, 0);
1038 /* drm_update_vblank_count() includes a wmb so we just
1041 * to drm_update_vblank_count().
1880 drm_update_vblank_count(dev, pipe, true);

Completed in 14 milliseconds