Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_irq.c366 dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark == HPD_MARK_DISABLED && in i915_hotplug_work_func()
371 dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark = HPD_DISABLED; in i915_hotplug_work_func()
636 dev_priv->hpd_stats[i].hpd_mark != HPD_ENABLED) in hotplug_irq_storm_detect()
639 if (!time_in_range(jiffies, dev_priv->hpd_stats[i].hpd_last_jiffies, in hotplug_irq_storm_detect()
640 dev_priv->hpd_stats[i].hpd_last_jiffies in hotplug_irq_storm_detect()
642 dev_priv->hpd_stats[i].hpd_last_jiffies = jiffies; in hotplug_irq_storm_detect()
643 dev_priv->hpd_stats[i].hpd_cnt = 0; in hotplug_irq_storm_detect()
644 } else if (dev_priv->hpd_stats[i].hpd_cnt > HPD_STORM_THRESHOLD) { in hotplug_irq_storm_detect()
645 dev_priv->hpd_stats[i].hpd_mark = HPD_MARK_DISABLED; in hotplug_irq_storm_detect()
649 dev_priv->hpd_stats[i].hpd_cnt++; in hotplug_irq_storm_detect()
[all …]
Di915_drv.h943 } hpd_stats[HPD_NUM_PINS]; member