Searched refs:irq_pipe_mask (Results 1 – 2 of 2) sorted by relevance
271 u8 irq_pipe_mask, bool has_vga) in hsw_power_well_post_enable() argument276 if (irq_pipe_mask) in hsw_power_well_post_enable()277 gen8_irq_power_well_post_enable(dev_priv, irq_pipe_mask); in hsw_power_well_post_enable()281 u8 irq_pipe_mask) in hsw_power_well_pre_disable() argument283 if (irq_pipe_mask) in hsw_power_well_pre_disable()284 gen8_irq_power_well_pre_disable(dev_priv, irq_pipe_mask); in hsw_power_well_pre_disable()450 power_well->desc->hsw.irq_pipe_mask, in hsw_power_well_enable()462 power_well->desc->hsw.irq_pipe_mask); in hsw_power_well_disable()3092 .hsw.irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),3293 .hsw.irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),[all …]
181 u8 irq_pipe_mask; member