Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gpu_error.c304 ring->hangcheck_score); in i915_ring_error_state()
351 if (error->ring[i].hangcheck_score > max_hangcheck_score) in i915_error_state_to_str()
352 max_hangcheck_score = error->ring[i].hangcheck_score; in i915_error_state_to_str()
355 if (error->ring[i].hangcheck_score == max_hangcheck_score && in i915_error_state_to_str()
919 ering->hangcheck_score = ring->hangcheck.score; in i915_record_ring_state()
Di915_drv.h447 int hangcheck_score; member