Home
last modified time | relevance | path

Searched refs:irq_pipe_mask (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_display_power_map.c150 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),
395 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),
475 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),
579 .irq_pipe_mask = BIT(PIPE_B) | BIT(PIPE_C),
756 .irq_pipe_mask = BIT(PIPE_B),
793 .irq_pipe_mask = BIT(PIPE_C),
923 .irq_pipe_mask = BIT(PIPE_B),
945 .irq_pipe_mask = BIT(PIPE_C),
953 .irq_pipe_mask = BIT(PIPE_D),
1079 .irq_pipe_mask = BIT(PIPE_B),
[all …]
Dintel_display_power_well.c186 u8 irq_pipe_mask, bool has_vga) in hsw_power_well_post_enable() argument
191 if (irq_pipe_mask) in hsw_power_well_post_enable()
192 gen8_irq_power_well_post_enable(dev_priv, irq_pipe_mask); in hsw_power_well_post_enable()
196 u8 irq_pipe_mask) in hsw_power_well_pre_disable() argument
198 if (irq_pipe_mask) in hsw_power_well_pre_disable()
199 gen8_irq_power_well_pre_disable(dev_priv, irq_pipe_mask); in hsw_power_well_pre_disable()
375 power_well->desc->irq_pipe_mask, in hsw_power_well_enable()
386 power_well->desc->irq_pipe_mask); in hsw_power_well_disable()
Dintel_display_power_well.h98 u16 irq_pipe_mask:4; member