Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_irq.c3335 return SHOTPLUG_CTL_DDI_HPD_ENABLE(pin); in icp_ddi_hotplug_enables()
3362 hotplug &= ~(SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_A) | in icp_ddi_hpd_detection_setup()
3363 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_B) | in icp_ddi_hpd_detection_setup()
3364 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_C) | in icp_ddi_hpd_detection_setup()
3365 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
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dsi_vbt.c419 SHOTPLUG_CTL_DDI_HPD_ENABLE(index) | in icl_native_gpio_set_value()