Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
const struct sna_blt_state *blt = &op->base.u.blt;
struct kgem *kgem = &sna->kgem;
- DBG(("%s: %08x x %d\n", __FUNCTION__, blt->pixel, npoints));
+ DBG(("%s: %08x x %d\n", __FUNCTION__, blt->pixel, n));
if (sna->blt_state.fill_bo != op->base.u.blt.bo[0]->unique_id) {
sna_blt_fill_begin(sna, blt);
}
if (threads[n].arg != NULL) {
- DBG(("%s: thread[%d] died from signal %d\n", __func__, n, (int)threads[n].arg));
+ DBG(("%s: thread[%d] died from signal %d\n", __func__, n, (int)(intptr_t)threads[n].arg));
sna_threads_kill();
return;
}