Searched refs:irq_pipe_mask (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_display_power_map.c | 149 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C), 378 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C), 452 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C), 548 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C), 710 .irq_pipe_mask = BIT(PIPE_B), 747 .irq_pipe_mask = BIT(PIPE_C), 876 .irq_pipe_mask = BIT(PIPE_B), 898 .irq_pipe_mask = BIT(PIPE_C), 906 .irq_pipe_mask = BIT(PIPE_D), 1031 .irq_pipe_mask = BIT(PIPE_B), [all …]
|
D | intel_display_power_well.c | 182 u8 irq_pipe_mask, bool has_vga) in hsw_power_well_post_enable() argument 187 if (irq_pipe_mask) in hsw_power_well_post_enable() 188 gen8_irq_power_well_post_enable(dev_priv, irq_pipe_mask); in hsw_power_well_post_enable() 192 u8 irq_pipe_mask) in hsw_power_well_pre_disable() argument 194 if (irq_pipe_mask) in hsw_power_well_pre_disable() 195 gen8_irq_power_well_pre_disable(dev_priv, irq_pipe_mask); in hsw_power_well_pre_disable() 373 power_well->desc->irq_pipe_mask, in hsw_power_well_enable() 385 power_well->desc->irq_pipe_mask); in hsw_power_well_disable()
|
D | intel_display_power_well.h | 97 u16 irq_pipe_mask:4; member
|