Searched refs:irq_pipe_mask (Results 1 – 2 of 2) sorted by relevance
275 u8 irq_pipe_mask, bool has_vga) in hsw_power_well_post_enable() argument280 if (irq_pipe_mask) in hsw_power_well_post_enable()281 gen8_irq_power_well_post_enable(dev_priv, irq_pipe_mask); in hsw_power_well_post_enable()285 u8 irq_pipe_mask) in hsw_power_well_pre_disable() argument287 if (irq_pipe_mask) in hsw_power_well_pre_disable()288 gen8_irq_power_well_pre_disable(dev_priv, irq_pipe_mask); in hsw_power_well_pre_disable()462 power_well->desc->hsw.irq_pipe_mask, in hsw_power_well_enable()474 power_well->desc->hsw.irq_pipe_mask); in hsw_power_well_disable()3247 .hsw.irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),3448 .hsw.irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),[all …]
224 u8 irq_pipe_mask; member