Searched refs:banned (Results 1 – 3 of 3) sorted by relevance
39 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned) in client_mark_guilty() argument49 if (banned) in client_mark_guilty()70 bool banned; in mark_guilty() local88 banned = false; in mark_guilty()103 banned = !i915_gem_context_is_recoverable(ctx); in mark_guilty()105 banned = true; in mark_guilty()106 if (banned) in mark_guilty()110 client_mark_guilty(ctx, banned); in mark_guilty()114 return banned; in mark_guilty()130 bool banned = false; in __i915_request_reset() local[all …]
165 invalid arguments or the gpu_vm being banned.167 process, the gpu_vm will be banned, and attempts to use it after banning
1081 bool pending_disable, pending_enable, deregister, destroyed, banned; in scrub_guc_desc_for_outstanding_g2h() local1113 banned = context_banned(ce); in scrub_guc_desc_for_outstanding_g2h()1134 if (banned) { in scrub_guc_desc_for_outstanding_g2h()5075 bool banned; in intel_guc_sched_done_process_msg() local5094 banned = context_banned(ce); in intel_guc_sched_done_process_msg()5101 if (banned) { in intel_guc_sched_done_process_msg()