Searched refs:banned (Results 1 – 3 of 3) sorted by relevance
36 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned) in client_mark_guilty() argument46 if (banned) in client_mark_guilty()67 bool banned; in mark_guilty() local85 banned = false; in mark_guilty()100 banned = !i915_gem_context_is_recoverable(ctx); in mark_guilty()102 banned = true; in mark_guilty()103 if (banned) in mark_guilty()107 client_mark_guilty(ctx, banned); in mark_guilty()111 return banned; in mark_guilty()127 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
612 if (READ_ONCE(group->banned)) in xe_guc_exec_queue_group_stop()649 WRITE_ONCE(group->banned, true); in xe_guc_exec_queue_group_trigger_cleanup()666 WRITE_ONCE(group->banned, true); in xe_guc_exec_queue_reset_trigger_cleanup()1514 READ_ONCE(q->multi_queue.group->banned)) in guc_exec_queue_timedout_job()