Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c38 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned) in client_mark_guilty() argument
48 if (banned) in client_mark_guilty()
69 bool banned; in mark_guilty() local
85 /* Cool contexts are too cool to be banned! (Used for reset testing.) */ in mark_guilty()
87 banned = false; in mark_guilty()
102 banned = !i915_gem_context_is_recoverable(ctx); in mark_guilty()
104 banned = true; in mark_guilty()
105 if (banned) in mark_guilty()
106 drm_dbg(&ctx->i915->drm, "context %s: guilty %d, banned\n", in mark_guilty()
109 client_mark_guilty(ctx, banned); in mark_guilty()
129 bool banned = false; __i915_request_reset() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c58 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned) in client_mark_guilty() argument
68 if (banned) in client_mark_guilty()
89 bool banned; in mark_guilty() local
107 /* Cool contexts are too cool to be banned! (Used for reset testing.) */ in mark_guilty()
109 banned = false; in mark_guilty()
124 banned = !i915_gem_context_is_recoverable(ctx); in mark_guilty()
126 banned = true; in mark_guilty()
127 if (banned) { in mark_guilty()
128 drm_dbg(&ctx->i915->drm, "context %s: guilty %d, banned\n", in mark_guilty()
133 client_mark_guilty(ctx, banned); in mark_guilty()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c695 * request resubmitted after the context was banned. in __guc_add_request()
1067 bool pending_disable, pending_enable, deregister, destroyed, banned; in scrub_guc_desc_for_outstanding_g2h() local
1099 banned = context_banned(ce); in scrub_guc_desc_for_outstanding_g2h()
1120 if (banned) { in scrub_guc_desc_for_outstanding_g2h()
3087 * timeout to the minimum value (1 us) so the banned context in guc_context_revoke()
4720 bool banned; in intel_guc_sched_done_process_msg() local
4739 banned = context_banned(ce); in intel_guc_sched_done_process_msg()
4746 if (banned) { in intel_guc_sched_done_process_msg()
4810 guc_dbg(guc, "Got context reset notification: 0x%04X on %s, exiting = %s, banned = %s\n", in guc_handle_context_reset()

Completed in 9 milliseconds