Home
last modified time | relevance | path

Searched refs:PIPE_VBLANK_INTERRUPT_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/gma500/
H A Dpsb_irq.c297 gma_enable_pipestat(dev_priv, i, PIPE_VBLANK_INTERRUPT_ENABLE); in gma_irq_postinstall()
299 gma_disable_pipestat(dev_priv, i, PIPE_VBLANK_INTERRUPT_ENABLE); in gma_irq_postinstall()
355 gma_disable_pipestat(dev_priv, i, PIPE_VBLANK_INTERRUPT_ENABLE); in gma_irq_uninstall()
403 gma_enable_pipestat(dev_priv, pipe, PIPE_VBLANK_INTERRUPT_ENABLE); in gma_crtc_enable_vblank()
426 gma_disable_pipestat(dev_priv, pipe, PIPE_VBLANK_INTERRUPT_ENABLE); in gma_crtc_disable_vblank()
H A Dpsb_intel_reg.h525 #define PIPE_VBLANK_INTERRUPT_ENABLE (1UL << 17) macro