HomeSort by: relevance | last modified time | path
    Searched defs:same_context (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.c 51 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
206 if (WARN_ON(!same_context(ctx, execlist->running_context))) {
215 if (valid_context(ctx1) && same_context(ctx0, ctx)) {
234 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx))
235 || (valid_context(ctx1) && same_context(ctx1, ctx))) {
351 if ((valid_context(ctx1) && same_context(ctx1, &slot->ctx[0]) &&
353 (!same_context(ctx0, execlist->running_context))) ||
355 same_context(ctx0, &slot->ctx[0]))) { /* condition b */
429 lite_restore = same_context(this_desc, next_desc);
execlist.c 51 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
206 if (WARN_ON(!same_context(ctx, execlist->running_context))) {
215 if (valid_context(ctx1) && same_context(ctx0, ctx)) {
234 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx))
235 || (valid_context(ctx1) && same_context(ctx1, ctx))) {
351 if ((valid_context(ctx1) && same_context(ctx1, &slot->ctx[0]) &&
353 (!same_context(ctx0, execlist->running_context))) ||
355 same_context(ctx0, &slot->ctx[0]))) { /* condition b */
429 lite_restore = same_context(this_desc, next_desc);
scheduler.c 1443 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
1493 if (same_context(&last_workload->ctx_desc, desc)) {
scheduler.c 1443 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ macro
1493 if (same_context(&last_workload->ctx_desc, desc)) {

Completed in 27 milliseconds