/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
execlist.c | 198 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]; local in function:emulate_execlist_ctx_schedule_out 214 /* ctx1 is valid, ctx0/ctx is scheduled-out -> element switch */ 215 if (valid_context(ctx1) && same_context(ctx0, ctx)) { 227 * ctx1 is not valid, ctx == ctx0 234 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx)) 292 struct execlist_ctx_descriptor_format *ctx0, *ctx1; local in function:emulate_execlist_schedule_in 337 ctx0 = &running->ctx[0]; 341 running->index, ctx0->context_id, ctx1->context_id); 346 * ctx0 is finished, and running ctx1 == new execlist ctx[0] 348 * ctx0 == new execlist ctx[0 [all...] |
execlist.c | 198 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]; local in function:emulate_execlist_ctx_schedule_out 214 /* ctx1 is valid, ctx0/ctx is scheduled-out -> element switch */ 215 if (valid_context(ctx1) && same_context(ctx0, ctx)) { 227 * ctx1 is not valid, ctx == ctx0 234 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx)) 292 struct execlist_ctx_descriptor_format *ctx0, *ctx1; local in function:emulate_execlist_schedule_in 337 ctx0 = &running->ctx[0]; 341 running->index, ctx0->context_id, ctx1->context_id); 346 * ctx0 is finished, and running ctx1 == new execlist ctx[0] 348 * ctx0 == new execlist ctx[0 [all...] |