Lines Matching defs:context
399 { "HW context", BO_TYPE_CONTEXT, GGTT },
402 { "WA context", BO_TYPE_CONTEXT_WA, GGTT },
471 uint32_t *context = (uint32_t *) (bo_entry->data + 4096 /* GuC */ + 4096 /* HWSP */);
473 if (context[1] == 0) {
475 "Invalid context image data.\n"
480 context[5] = engines[bo_entry->engine_class].instances[bo_entry->engine_instance].ring_buffer_head;
481 context[7] = engines[bo_entry->engine_class].instances[bo_entry->engine_instance].ring_buffer_tail;
483 context[9], context[5], context[7]);
488 context[49] = aub.pml4.phys_addr >> 32;
489 context[51] = aub.pml4.phys_addr & 0xffffffff;
491 fprintf(stdout, "context dump:\n");
495 fprintf(stdout, "0x%08x ", context[i]);
531 /* Use context id 0 -- if we are not using execlists it doesn't matter