Searched refs:irq_pipe_mask (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_power_map.c | 150 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C), 394 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C), 473 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C), 576 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C), 752 .irq_pipe_mask = BIT(PIPE_B), 789 .irq_pipe_mask = BIT(PIPE_C), 918 .irq_pipe_mask = BIT(PIPE_B), 940 .irq_pipe_mask = BIT(PIPE_C), 948 .irq_pipe_mask = BIT(PIPE_D), 1073 .irq_pipe_mask = BIT(PIPE_B), [all …]
|
| H A D | intel_display_power_well.c | 205 u8 irq_pipe_mask, bool has_vga) in hsw_power_well_post_enable() argument 210 if (irq_pipe_mask) in hsw_power_well_post_enable() 211 gen8_irq_power_well_post_enable(display, irq_pipe_mask); in hsw_power_well_post_enable() 215 u8 irq_pipe_mask) in hsw_power_well_pre_disable() argument 217 if (irq_pipe_mask) in hsw_power_well_pre_disable() 218 gen8_irq_power_well_pre_disable(display, irq_pipe_mask); in hsw_power_well_pre_disable() 421 power_well->desc->irq_pipe_mask, in hsw_power_well_enable() 432 power_well->desc->irq_pipe_mask); in hsw_power_well_disable()
|