Home
last modified time | relevance | path

Searched refs:SDE_DDI_HOTPLUG_ICP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/
Di915_irq.c164 [HPD_PORT_A] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_A),
165 [HPD_PORT_B] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_B),
166 [HPD_PORT_C] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_C),
176 [HPD_PORT_A] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_A),
177 [HPD_PORT_B] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_B),
178 [HPD_PORT_C] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_C),
179 [HPD_PORT_D] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_D),
Di915_reg.h8544 #define SDE_DDI_HOTPLUG_ICP(hpd_pin) REG_BIT(16 + _HPD_PIN_DDI(hpd_pin)) macro
8545 #define SDE_DDI_HOTPLUG_MASK_ICP (SDE_DDI_HOTPLUG_ICP(HPD_PORT_D) | \
8546 SDE_DDI_HOTPLUG_ICP(HPD_PORT_C) | \
8547 SDE_DDI_HOTPLUG_ICP(HPD_PORT_B) | \
8548 SDE_DDI_HOTPLUG_ICP(HPD_PORT_A))