Home | History | Annotate | Download | only in hwc

Lines Matching defs:dump_printf

322 static void dump_printf(struct dump_buf *buf, const char *fmt, ...)
341 dump_printf(&log, "set H{");
344 dump_printf(&log, " ");
349 dump_printf(&log, "%p:%s,", handle, "DSS");
351 dump_printf(&log, "%p:%s,", handle, "BV2D");
354 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
356 dump_printf(&log, "SKIP");
360 dump_printf(&log, "CLR,");
361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
363 dump_printf(&log, "~%d", layer->transform);
365 dump_printf(&log, "} D{");
368 dump_printf(&log, " ");
369 dump_printf(&log, "%d=", dsscomp->ovls[i].cfg.ix);
371 dump_printf(&log, "%08x:%d*%d,%s",
377 dump_printf(&log, "-");
379 dump_printf(&log, "} L{");
382 dump_printf(&log, " ");
383 dump_printf(&log, "%p", hwc_dev->buffers[i]);
386 dump_printf(&log, "} B{");
389 dump_printf(&log, "%p ", hwc_dev->buffers[i]);
392 dump_printf(&log, "}%s\n", hwc_dev->use_sgx ? " swap" : "");
2095 dump_printf(&log, "omap4_hwc %d:\n", dsscomp->num_ovls);
2096 dump_printf(&log, " idle timeout: %dms\n", hwc_dev->idle);
2101 dump_printf(&log, " layer %d:\n", i);
2102 dump_printf(&log, " enabled:%s buff:%p %dx%d stride:%d\n",
2105 dump_printf(&log, " src:(%d,%d) %dx%d dst:(%d,%d) %dx%d ix:%d zorder:%d\n",
2112 dump_printf(&log, " bltpolicy: %s, bltmode: %s\n",
2117 dump_printf(&log, "\n");