Searched refs:max_hangcheck_score (Results 1 – 1 of 1) sorted by relevance
338 int max_hangcheck_score; in i915_error_state_to_str() local349 max_hangcheck_score = 0; in i915_error_state_to_str()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()