Searched refs:PIPE_START_VBLANK_INTERRUPT_STATUS (Results 1 – 4 of 4) sorted by relevance
231 if (pipea_stats & (PIPE_START_VBLANK_INTERRUPT_STATUS | in i915_driver_irq_handler()235 if (pipeb_stats & (PIPE_START_VBLANK_INTERRUPT_STATUS | in i915_driver_irq_handler()
1301 #define PIPE_START_VBLANK_INTERRUPT_STATUS (1UL<<2) /* 965 or later */ macro
1414 if (pipe_stats[pipe] & PIPE_START_VBLANK_INTERRUPT_STATUS) in i965_pipestat_irq_handler()1440 if (pipe_stats[pipe] & PIPE_START_VBLANK_INTERRUPT_STATUS) in valleyview_pipestat_irq_handler()2572 PIPE_START_VBLANK_INTERRUPT_STATUS); in i965_enable_vblank()2650 PIPE_START_VBLANK_INTERRUPT_STATUS); in i965_disable_vblank()
5845 #define PIPE_START_VBLANK_INTERRUPT_STATUS (1UL << 2) /* 965 or later */ macro