Lines Matching refs:hotplug
83 /* For display hotplug interrupt */
534 * Handle hotplug events outside the interrupt handler proper.
557 DRM_DEBUG_KMS("running encoder hotplug functions\n");
570 "switching from hotplug detection to polling\n",
578 DRM_DEBUG_KMS("Connector %s (pin %i) received hotplug event.\n",
972 DRM_DEBUG_DRIVER("hotplug event received, stat 0x%08x\n",
1209 /* clear PCH hotplug event before clear CPU irq */
1332 /* should clear PCH hotplug event before clear CPU irq */
2551 /* XXX hotplug from PCH */
2573 /* XXX hotplug from PCH */
2630 u32 hotplug;
2647 * Enable digital hotplug on the PCH, and configure the DP short pulse
2652 hotplug = I915_READ(PCH_PORT_HOTPLUG);
2653 hotplug &= ~(PORTD_PULSE_DURATION_MASK|PORTC_PULSE_DURATION_MASK|PORTB_PULSE_DURATION_MASK);
2654 hotplug |= PORTD_HOTPLUG_ENABLE | PORTD_PULSE_DURATION_2ms;
2655 hotplug |= PORTC_HOTPLUG_ENABLE | PORTC_PULSE_DURATION_2ms;
2656 hotplug |= PORTB_HOTPLUG_ENABLE | PORTB_PULSE_DURATION_2ms;
2657 I915_WRITE(PCH_PORT_HOTPLUG, hotplug);
3204 DRM_DEBUG_DRIVER("hotplug event received, stat 0x%08x\n",
3363 /* Note HDMI and DP share hotplug bits */
3369 to generate a spurious hotplug event about three
3442 DRM_DEBUG_DRIVER("hotplug event received, stat 0x%08x\n",