| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_debug.c | 2232 uint32_t acthd) 2257 if (ring == acthd) 2278 batch + 256, 0xffffffff, acthd); 2291 i830_dump_ring(ScrnInfoPtr pScrn, uint32_t acthd) 2302 ErrorF ("Ring at virtual %p head 0x%x tail 0x%x count %d acthd 0x%x\n", 2303 virt, head, tail, (((tail + mask + 1) - head) & mask) >> 2, acthd); 2314 i830_dump_cmds (pScrn, virt, cmd, head, mask, acthd); 2348 i830_dump_ring (pScrn, INREG(ACTHD)); 2355 uint32_t acthd; local 2385 acthd = INREG(ACTHD_I965) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_decoder.h | 255 uint64_t acthd; member in struct:intel_batch_decode_ctx
|
| intel_batch_decoder.c | 1412 ctx->acthd && offset == ctx->acthd ? " (ACTHD)" : "", p[0],
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| aubinator_error_decode.c | 421 uint64_t acthd = 0; local 534 matched = sscanf(line, " ACTHD: 0x%08x\n", ®); 542 matched = sscanf(line, " ACTHD: 0x%08x %08x\n", ®, ®2); 544 acthd = ((uint64_t)reg << 32) | reg2; 679 batch_ctx.acthd = acthd;
|