Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_irq.c643 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()
649 dev_priv->hpd_stats[i].hpd_cnt++; in hotplug_irq_storm_detect()
3164 dev_priv->hpd_stats[i].hpd_cnt = 0; in intel_hpd_init()
Di915_drv.h937 int hpd_cnt; member