Home | History | Annotate | Download | only in hwc

Lines Matching defs:dump_printf

233 static void dump_printf(struct dump_buf *buf, const char *fmt, ...)
252 dump_printf(&log, "set H{");
255 dump_printf(&log, " ");
258 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
260 dump_printf(&log, "SKIP");
264 dump_printf(&log, "CLR,");
265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
267 dump_printf(&log, "~%d", layer->transform);
269 dump_printf(&log, "} D{");
272 dump_printf(&log, " ");
273 dump_printf(&log, "%d=", dsscomp->ovls[i].cfg.ix);
275 dump_printf(&log, "%08x:%d*%d,%s",
281 dump_printf(&log, "-");
283 dump_printf(&log, "} L{");
286 dump_printf(&log, " ");
287 dump_printf(&log, "%p", hwc_dev->buffers[i]);
289 dump_printf(&log, "}%s\n", hwc_dev->use_sgx ? " swap" : "");
1544 dump_printf(&log, "omap4_hwc %d:\n", dsscomp->num_ovls);
1545 dump_printf(&log, " idle timeout: %dms\n", hwc_dev->idle);
1550 dump_printf(&log, " layer %d:\n", i);
1551 dump_printf(&log, " enabled: %s\n",
1553 dump_printf(&log, " buff: %p %dx%d stride: %d\n",
1555 dump_printf(&log, " src: (%d,%d) %dx%d\n",
1557 dump_printf(&log, " dst: (%d,%d) %dx%d\n",
1559 dump_printf(&log, " ix: %d\n", cfg->ix);
1560 dump_printf(&log, " zorder: %d\n\n", cfg->zorder);