Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Di915_irq.c3332 return SHOTPLUG_CTL_DDI_HPD_ENABLE(pin); in icp_ddi_hotplug_enables()
3359 hotplug &= ~(SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_A) | in icp_ddi_hpd_detection_setup()
3360 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_B) | in icp_ddi_hpd_detection_setup()
3361 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_C) | in icp_ddi_hpd_detection_setup()
3362 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_D)); in icp_ddi_hpd_detection_setup()
Di915_reg.h6037 #define SHOTPLUG_CTL_DDI_HPD_ENABLE(hpd_pin) (0x8 << (_HPD_PIN_DDI(hpd_pin) * 4)) macro