Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_irq.c450 dev_priv->gpu_error.hangcheck_count = 0; in notify_ring()
2010 if (dev_priv->gpu_error.hangcheck_count++ > 1) { in i915_hangcheck_hung()
2069 dev_priv->gpu_error.hangcheck_count = 0; in i915_hangcheck_elapsed()
2081 dev_priv->gpu_error.hangcheck_count = 0; in i915_hangcheck_elapsed()
Di915_drv.h820 int hangcheck_count; member