Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_irq.c639 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()
Di915_drv.h936 unsigned long hpd_last_jiffies; member