Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gpu_error.c306 ring->hangcheck_score); in i915_ring_error_state()
353 if (error->ring[i].hangcheck_score > max_hangcheck_score) in i915_error_state_to_str()
354 max_hangcheck_score = error->ring[i].hangcheck_score; in i915_error_state_to_str()
357 if (error->ring[i].hangcheck_score == max_hangcheck_score && in i915_error_state_to_str()
930 ering->hangcheck_score = ring->hangcheck.score; in i915_record_ring_state()
Di915_drv.h530 int hangcheck_score; member