Searched refs:acthd (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | 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) argument 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); 2355 uint32_t acthd; local in function:i965_dump_error_state 2385 acthd = INREG(ACTHD_I965); 2386 ErrorF("acthd 2227 i830_dump_cmds(ScrnInfoPtr pScrn,volatile unsigned char * virt,uint32_t start,uint32_t stop,uint32_t mask,uint32_t acthd) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_decoder.h | 255 uint64_t acthd; member in struct:intel_batch_decode_ctx
|
| H A D | intel_batch_decoder.c | 1412 ctx->acthd && offset == ctx->acthd ? " (ACTHD)" : "", p[0],
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_error_decode.c | 421 uint64_t acthd = 0; local in function:read_data_file 544 acthd = ((uint64_t)reg << 32) | reg2; 679 batch_ctx.acthd = acthd;
|
Completed in 8 milliseconds