Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dexeclist.c51 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
206 if (WARN_ON(!same_context(ctx, execlist->running_context))) { in emulate_execlist_ctx_schedule_out()
215 if (valid_context(ctx1) && same_context(ctx0, ctx)) { in emulate_execlist_ctx_schedule_out()
234 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx)) in emulate_execlist_ctx_schedule_out()
235 || (valid_context(ctx1) && same_context(ctx1, ctx))) { in emulate_execlist_ctx_schedule_out()
351 if ((valid_context(ctx1) && same_context(ctx1, &slot->ctx[0]) && in emulate_execlist_schedule_in()
353 (!same_context(ctx0, execlist->running_context))) || in emulate_execlist_schedule_in()
355 same_context(ctx0, &slot->ctx[0]))) { /* condition b */ in emulate_execlist_schedule_in()
429 lite_restore = same_context(this_desc, next_desc); in complete_execlist_workload()
H A Dscheduler.c1443 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
1493 if (same_context(&last_workload->ctx_desc, desc)) { in intel_vgpu_create_workload()