Searched refs:PIPE_VBLANK_INTERRUPT_ENABLE (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_irq.c | 366 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 …]
|
D | psb_intel_reg.h | 537 #define PIPE_VBLANK_INTERRUPT_ENABLE (1UL << 17) macro
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_reg.h | 4422 #define PIPE_VBLANK_INTERRUPT_ENABLE (1UL<<17) macro
|