HomeSort by: relevance | last modified time | path
    Searched defs:storm (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hotplug.c 52 * intel_hotplug.c does hotplug irq storm detection and mitigation, and passes
68 * The hotplug interrupt storm detection and mitigation code keeps track of the
75 * Current implementation expects that hotplug interrupt storm will not be
129 * intel_hpd_irq_storm_detect - gather stats and detect HPD IRQ storm on a pin
142 * IRQ storm and the IRQ state is set to @HPD_MARK_DISABLED.
155 * Return true if an IRQ storm was detected on @pin.
165 bool storm = false; local in function:intel_hpd_irq_storm_detect
179 DRM_DEBUG_KMS("HPD interrupt storm detected on PIN %d\n", pin);
180 storm = true;
186 return storm;
    [all...]
intel_hotplug.c 52 * intel_hotplug.c does hotplug irq storm detection and mitigation, and passes
68 * The hotplug interrupt storm detection and mitigation code keeps track of the
75 * Current implementation expects that hotplug interrupt storm will not be
129 * intel_hpd_irq_storm_detect - gather stats and detect HPD IRQ storm on a pin
142 * IRQ storm and the IRQ state is set to @HPD_MARK_DISABLED.
155 * Return true if an IRQ storm was detected on @pin.
165 bool storm = false; local in function:intel_hpd_irq_storm_detect
179 DRM_DEBUG_KMS("HPD interrupt storm detected on PIN %d\n", pin);
180 storm = true;
186 return storm;
    [all...]

Completed in 21 milliseconds