Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_gpu_error.c300 ring->hangcheck_score); in i915_ring_error_state()
347 if (error->ring[i].hangcheck_score > max_hangcheck_score) in i915_error_state_to_str()
348 max_hangcheck_score = error->ring[i].hangcheck_score; in i915_error_state_to_str()
351 if (error->ring[i].hangcheck_score == max_hangcheck_score && in i915_error_state_to_str()
917 ering->hangcheck_score = ring->hangcheck.score; in i915_record_ring_state()
Di915_drv.h354 int hangcheck_score; member