Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_irq.c3477 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()
3478 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()
3479 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()
3480 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4); in gen11_hpd_detection_setup()
3484 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()
3485 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()
3486 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()
3487 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4); in gen11_hpd_detection_setup()
Di915_reg.h7448 #define GEN11_HOTPLUG_CTL_ENABLE(tc_port) (8 << (tc_port) * 4) macro