Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/gma500/
Dpsb_irq.c366 psb_enable_pipestat(dev_priv, 0, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_postinstall()
368 psb_disable_pipestat(dev_priv, 0, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_postinstall()
371 psb_enable_pipestat(dev_priv, 1, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_postinstall()
373 psb_disable_pipestat(dev_priv, 1, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_postinstall()
376 psb_enable_pipestat(dev_priv, 2, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_postinstall()
378 psb_disable_pipestat(dev_priv, 2, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_postinstall()
400 psb_disable_pipestat(dev_priv, 0, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_uninstall()
403 psb_disable_pipestat(dev_priv, 1, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_uninstall()
406 psb_disable_pipestat(dev_priv, 2, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_irq_uninstall()
542 psb_enable_pipestat(dev_priv, pipe, PIPE_VBLANK_INTERRUPT_ENABLE); in psb_enable_vblank()
[all …]
Dpsb_intel_reg.h537 #define PIPE_VBLANK_INTERRUPT_ENABLE (1UL << 17) macro
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_reg.h4422 #define PIPE_VBLANK_INTERRUPT_ENABLE (1UL<<17) macro