Searched refs:drm_vblank_off (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_irq.c253 * drm_vblank_off() or drm_vblank_on() functions and other non-vblank- drm_update_vblank_count()
334 * between drm_vblank_on() and drm_vblank_off(). vblank_disable_and_save()
1347 * drm_vblank_off - disable vblank events on a CRTC
1360 void drm_vblank_off(struct drm_device *dev, unsigned int pipe) drm_vblank_off() function
1408 EXPORT_SYMBOL(drm_vblank_off); variable
1421 * This is the native kms version of drm_vblank_off().
1425 drm_vblank_off(crtc->dev, drm_crtc_index(crtc)); drm_crtc_vblank_off()
1467 * drm_vblank_off() again. Note that calls to drm_vblank_on() and
1468 * drm_vblank_off() can be unbalanced and so can also be unconditionally called
1508 * drm_vblank_off() again. Note that calls to drm_vblank_on() and
1509 * drm_vblank_off() can be unbalanced and so can also be unconditionally called
1535 * highly recommended that drivers use the newer drm_vblank_off() and
1675 * drm_vblank_off() might have been called after we called drm_queue_vblank_event()
1676 * drm_vblank_get(). drm_vblank_off() holds event_lock drm_queue_vblank_event()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dgma_display.c284 drm_vblank_off(dev, pipe); gma_crtc_dpms()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c396 drm_vblank_off(dev, head); nouveau_display_fini()
/linux-4.4.14/include/drm/
H A DdrmP.h809 * counter and the driver uses drm_vblank_on() and drm_vblank_off()
968 extern void drm_vblank_off(struct drm_device *dev, unsigned int pipe);
/linux-4.4.14/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c714 drm_vblank_off(crtc->dev, vop->pipe); vop_disable()

Completed in 167 milliseconds