Home
last modified time | relevance | path

Searched refs:drm_vblank_restore (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_vblank.h199 void drm_vblank_restore(struct drm_device *dev, unsigned int pipe);
/Linux-v4.19/drivers/gpu/drm/
Ddrm_vblank.c1262 void drm_vblank_restore(struct drm_device *dev, unsigned int pipe) in drm_vblank_restore() function
1296 EXPORT_SYMBOL(drm_vblank_restore);
1310 drm_vblank_restore(crtc->dev, drm_crtc_index(crtc)); in drm_crtc_vblank_restore()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c3384 drm_vblank_restore(dev, pipe); in ironlake_enable_vblank()
3402 drm_vblank_restore(dev, pipe); in gen8_enable_vblank()