host1x_debug_output   70 drivers/gpu/host1x/debug.c 	host1x_debug_output(o, "---- syncpts ----\n");
host1x_debug_output   79 drivers/gpu/host1x/debug.c 		host1x_debug_output(o, "id %u (%s) min %d max %d\n",
host1x_debug_output   88 drivers/gpu/host1x/debug.c 			host1x_debug_output(o, "waitbase id %u val %d\n", i,
host1x_debug_output   92 drivers/gpu/host1x/debug.c 	host1x_debug_output(o, "\n");
host1x_debug_output  101 drivers/gpu/host1x/debug.c 	host1x_debug_output(o, "---- channels ----\n");
host1x_debug_output   36 drivers/gpu/host1x/debug.h void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);
host1x_debug_output  174 drivers/gpu/host1x/hw/debug_hw.c 		host1x_debug_output(o, "[address mismatch]\n");
host1x_debug_output  183 drivers/gpu/host1x/hw/debug_hw.c 			host1x_debug_output(o, "%08x: %08x: ", addr, val);
host1x_debug_output  200 drivers/gpu/host1x/hw/debug_hw.c 		host1x_debug_output(o, "\n%p: JOB, syncpt_id=%d, syncpt_val=%d, first_get=%08x, timeout=%d num_slots=%d, num_handles=%d\n",
host1x_debug_output  215 drivers/gpu/host1x/hw/debug_hw.c 				host1x_debug_output(o, "[could not mmap]\n");
host1x_debug_output  219 drivers/gpu/host1x/hw/debug_hw.c 			host1x_debug_output(o, "    GATHER at %pad+%#x, %d words\n",
host1x_debug_output   29 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev));
host1x_debug_output   33 drivers/gpu/host1x/hw/debug_hw_1x01.c 		host1x_debug_output(o, "inactive\n\n");
host1x_debug_output   40 drivers/gpu/host1x/hw/debug_hw_1x01.c 		host1x_debug_output(o, "waiting on syncpt %d val %d\n",
host1x_debug_output   50 drivers/gpu/host1x/hw/debug_hw_1x01.c 		host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n",
host1x_debug_output   54 drivers/gpu/host1x/hw/debug_hw_1x01.c 		host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n",
host1x_debug_output   59 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "DMAPUT %08x, DMAGET %08x, DMACTL %08x\n",
host1x_debug_output   61 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat);
host1x_debug_output   64 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "\n");
host1x_debug_output   74 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "%u: fifo:\n", ch->id);
host1x_debug_output   77 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "FIFOSTAT %08x\n", val);
host1x_debug_output   79 drivers/gpu/host1x/hw/debug_hw_1x01.c 		host1x_debug_output(o, "[empty]\n");
host1x_debug_output  105 drivers/gpu/host1x/hw/debug_hw_1x01.c 			host1x_debug_output(o, "%08x: ", val);
host1x_debug_output  121 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "\n");
host1x_debug_output  130 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "---- mlocks ----\n");
host1x_debug_output  136 drivers/gpu/host1x/hw/debug_hw_1x01.c 			host1x_debug_output(o, "%u: locked by channel %u\n",
host1x_debug_output  139 drivers/gpu/host1x/hw/debug_hw_1x01.c 			host1x_debug_output(o, "%u: locked by cpu\n", i);
host1x_debug_output  141 drivers/gpu/host1x/hw/debug_hw_1x01.c 			host1x_debug_output(o, "%u: unlocked\n", i);
host1x_debug_output  144 drivers/gpu/host1x/hw/debug_hw_1x01.c 	host1x_debug_output(o, "\n");
host1x_debug_output   30 drivers/gpu/host1x/hw/debug_hw_1x06.c 	host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev));
host1x_debug_output   34 drivers/gpu/host1x/hw/debug_hw_1x06.c 		host1x_debug_output(o, "inactive\n\n");
host1x_debug_output   39 drivers/gpu/host1x/hw/debug_hw_1x06.c 		host1x_debug_output(o, "waiting on syncpt\n");
host1x_debug_output   41 drivers/gpu/host1x/hw/debug_hw_1x06.c 		host1x_debug_output(o, "active class %02x, offset %04x\n",
host1x_debug_output   44 drivers/gpu/host1x/hw/debug_hw_1x06.c 	host1x_debug_output(o, "DMAPUT %08x, DMAGET %08x, DMACTL %08x\n",
host1x_debug_output   46 drivers/gpu/host1x/hw/debug_hw_1x06.c 	host1x_debug_output(o, "CHANNELSTAT %02x\n", ch_stat);
host1x_debug_output   49 drivers/gpu/host1x/hw/debug_hw_1x06.c 	host1x_debug_output(o, "\n");
host1x_debug_output   63 drivers/gpu/host1x/hw/debug_hw_1x06.c 	host1x_debug_output(o, "%u: fifo:\n", ch->id);
host1x_debug_output   66 drivers/gpu/host1x/hw/debug_hw_1x06.c 	host1x_debug_output(o, "CMDFIFO_STAT %08x\n", val);
host1x_debug_output   68 drivers/gpu/host1x/hw/debug_hw_1x06.c 		host1x_debug_output(o, "[empty]\n");
host1x_debug_output   73 drivers/gpu/host1x/hw/debug_hw_1x06.c 	host1x_debug_output(o, "CMDFIFO_RDATA %08x\n", val);
host1x_debug_output  104 drivers/gpu/host1x/hw/debug_hw_1x06.c 			host1x_debug_output(o, "%03x 0x%08x: ",
host1x_debug_output  121 drivers/gpu/host1x/hw/debug_hw_1x06.c 	host1x_debug_output(o, "\n");