Home
last modified time | relevance | path

Searched refs:same_context (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dexeclist.c46 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
201 if (WARN_ON(!same_context(ctx, execlist->running_context))) { in emulate_execlist_ctx_schedule_out()
210 if (valid_context(ctx1) && same_context(ctx0, ctx)) { in emulate_execlist_ctx_schedule_out()
229 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx)) in emulate_execlist_ctx_schedule_out()
230 || (valid_context(ctx1) && same_context(ctx1, ctx))) { in emulate_execlist_ctx_schedule_out()
346 if ((valid_context(ctx1) && same_context(ctx1, &slot->ctx[0]) && in emulate_execlist_schedule_in()
348 (!same_context(ctx0, execlist->running_context))) || in emulate_execlist_schedule_in()
350 same_context(ctx0, &slot->ctx[0]))) { /* condition b */ in emulate_execlist_schedule_in()
424 lite_restore = same_context(this_desc, next_desc); in complete_execlist_workload()
Dscheduler.c1455 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
1505 if (same_context(&last_workload->ctx_desc, desc)) { in intel_vgpu_create_workload()