Lines Matching refs:hpd_stats
366 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()
2174 if (dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark == HPD_ENABLED) in ibx_hpd_irq_setup()
2179 if (dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark == HPD_ENABLED) in ibx_hpd_irq_setup()
2881 if (dev_priv->hpd_stats[intel_encoder->hpd_pin].hpd_mark == HPD_ENABLED) in i915_hpd_irq_setup()
3054 if (dev_priv->hpd_stats[i].hpd_mark != HPD_DISABLED) in i915_reenable_hotplug_timer_func()
3057 dev_priv->hpd_stats[i].hpd_mark = HPD_ENABLED; in i915_reenable_hotplug_timer_func()
3164 dev_priv->hpd_stats[i].hpd_cnt = 0; in intel_hpd_init()
3165 dev_priv->hpd_stats[i].hpd_mark = HPD_ENABLED; in intel_hpd_init()