Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_reset.c81 bool banned; in context_mark_guilty() local
97 banned = !i915_gem_context_is_recoverable(ctx); in context_mark_guilty()
99 banned = true; in context_mark_guilty()
100 if (banned) { in context_mark_guilty()
109 return banned; in context_mark_guilty()