HomeSort by: relevance | last modified time | path
    Searched defs:banned (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_reset.c 62 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned)
72 if (banned)
92 bool banned; local in function:mark_guilty
105 banned = true;
111 /* Cool contexts are too cool to be banned! (Used for reset testing.) */
113 banned = false;
128 banned = !i915_gem_context_is_recoverable(ctx);
130 banned = true;
131 if (banned) {
132 DRM_DEBUG_DRIVER("context %s: guilty %d, banned\n"
    [all...]
intel_reset.c 62 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned)
72 if (banned)
92 bool banned; local in function:mark_guilty
105 banned = true;
111 /* Cool contexts are too cool to be banned! (Used for reset testing.) */
113 banned = false;
128 banned = !i915_gem_context_is_recoverable(ctx);
130 banned = true;
131 if (banned) {
132 DRM_DEBUG_DRIVER("context %s: guilty %d, banned\n"
    [all...]

Completed in 26 milliseconds