Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_irq.c1175 void drm_vblank_off(struct drm_device *dev, int crtc) in drm_vblank_off() function
1217 EXPORT_SYMBOL(drm_vblank_off);
1234 drm_vblank_off(crtc->dev, drm_crtc_index(crtc)); in drm_crtc_vblank_off()
/linux-4.1.27/include/drm/
DdrmP.h935 extern void drm_vblank_off(struct drm_device *dev, int crtc);
/linux-4.1.27/drivers/gpu/drm/gma500/
Dgma_display.c284 drm_vblank_off(dev, pipe); in gma_crtc_dpms()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_display.c389 drm_vblank_off(dev, head); in nouveau_display_fini()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c492 drm_vblank_off(crtc->dev, vop->pipe); in vop_disable()