Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_irq.c1392 void drm_vblank_post_modeset(struct drm_device *dev, int crtc) in drm_vblank_post_modeset() function
1412 EXPORT_SYMBOL(drm_vblank_post_modeset);
1448 drm_vblank_post_modeset(dev, crtc); in drm_modeset_ctl()
/linux-4.1.27/include/drm/
DdrmP.h965 extern void drm_vblank_post_modeset(struct drm_device *dev, int crtc);
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c333 drm_vblank_post_modeset(dev, radeon_crtc->crtc_id); in radeon_crtc_dpms()
Datombios_crtc.c277 drm_vblank_post_modeset(dev, radeon_crtc->crtc_id); in atombios_crtc_dpms()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c743 drm_vblank_post_modeset(dev, nv_crtc->index); in nv_crtc_commit()