Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c3800 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()
3801 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()
3802 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()
3803 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4); in gen11_hpd_detection_setup()
3807 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()
3808 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()
3809 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()
3810 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4); in gen11_hpd_detection_setup()
Di915_reg.h7225 #define GEN11_HOTPLUG_CTL_ENABLE(tc_port) (8 << (tc_port) * 4) macro