Lines Matching refs:acthd
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);
2355 uint32_t acthd;
2385 acthd = INREG(ACTHD_I965);
2386 ErrorF("acthd: 0x%08x dma_fadd_p: 0x%08x\n",
2387 acthd, INREG(DMA_FADD_P));
2432 i830_dump_ring (pScrn, acthd);