[go: nahoru, domu]

Searched refs:max_hangcheck_score (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
H A Di915_gpu_error.c334 int max_hangcheck_score; local
345 max_hangcheck_score = 0;
347 if (error->ring[i].hangcheck_score > max_hangcheck_score)
348 max_hangcheck_score = error->ring[i].hangcheck_score;
351 if (error->ring[i].hangcheck_score == max_hangcheck_score &&

Completed in 105 milliseconds