Home
last modified time | relevance | path

Searched refs:GEN11_HOTPLUG_CTL_ENABLE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_irq.c3103 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()
3104 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()
3105 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()
3106 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4) | in gen11_hpd_detection_setup()
3107 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC5) | in gen11_hpd_detection_setup()
3108 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC6); in gen11_hpd_detection_setup()
3112 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()
3113 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()
3114 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()
3115 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC in gen11_hpd_detection_setup()
[all...]
H A Di915_reg.h7793 #define GEN11_HOTPLUG_CTL_ENABLE(tc_port) (8 << (tc_port) * 4) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c863 return GEN11_HOTPLUG_CTL_ENABLE(hpd_pin); in gen11_hotplug_mask()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_reg.h4507 #define GEN11_HOTPLUG_CTL_ENABLE(hpd_pin) (8 << (_HPD_PIN_TC(hpd_pin) * 4)) macro

Completed in 69 milliseconds