Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c36 static void client_mark_guilty(struct i915_gem_context *ctx, bool banned) in client_mark_guilty() argument
46 if (banned) in client_mark_guilty()
67 bool banned; in mark_guilty() local
85 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 …]
/linux/Documentation/gpu/
H A Ddrm-vm-bind-async.rst165 invalid arguments or the gpu_vm being banned.
167 process, the gpu_vm will be banned, and attempts to use it after banning
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_submit.c612 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()