Symbol: host1x_debug_output
drivers/gpu/host1x/debug.c
107
host1x_debug_output(o,
drivers/gpu/host1x/debug.c
117
host1x_debug_output(o, "waitbase id %u val %d\n", i,
drivers/gpu/host1x/debug.c
123
host1x_debug_output(o, "\n");
drivers/gpu/host1x/debug.c
132
host1x_debug_output(o, "---- channels ----\n");
drivers/gpu/host1x/debug.c
85
host1x_debug_output(o, "---- syncpts ----\n");
drivers/gpu/host1x/debug.h
36
void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);
drivers/gpu/host1x/hw/debug_hw.c
174
host1x_debug_output(o, "[address mismatch]\n");
drivers/gpu/host1x/hw/debug_hw.c
192
host1x_debug_output(o, " %pad: %08x: ", &addr, val);
drivers/gpu/host1x/hw/debug_hw.c
210
host1x_debug_output(o, "JOB, syncpt %u: %u timeout: %u num_slots: %u num_handles: %u\n",
drivers/gpu/host1x/hw/debug_hw.c
232
host1x_debug_output(o, "[could not mmap]\n");
drivers/gpu/host1x/hw/debug_hw.c
236
host1x_debug_output(o, " GATHER at %pad+%#x, %d words\n",
drivers/gpu/host1x/hw/debug_hw_1x01.c
109
host1x_debug_output(o, "%08x: ", val);
drivers/gpu/host1x/hw/debug_hw_1x01.c
125
host1x_debug_output(o, "\n");
drivers/gpu/host1x/hw/debug_hw_1x01.c
134
host1x_debug_output(o, "---- mlocks ----\n");
drivers/gpu/host1x/hw/debug_hw_1x01.c
140
host1x_debug_output(o, "%u: locked by channel %u\n",
drivers/gpu/host1x/hw/debug_hw_1x01.c
143
host1x_debug_output(o, "%u: locked by cpu\n", i);
drivers/gpu/host1x/hw/debug_hw_1x01.c
145
host1x_debug_output(o, "%u: unlocked\n", i);
drivers/gpu/host1x/hw/debug_hw_1x01.c
148
host1x_debug_output(o, "\n");
drivers/gpu/host1x/hw/debug_hw_1x01.c
32
host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev));
drivers/gpu/host1x/hw/debug_hw_1x01.c
36
host1x_debug_output(o, "inactive\n\n");
drivers/gpu/host1x/hw/debug_hw_1x01.c
43
host1x_debug_output(o, "waiting on syncpt %d val %d\n",
drivers/gpu/host1x/hw/debug_hw_1x01.c
53
host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n",
drivers/gpu/host1x/hw/debug_hw_1x01.c
57
host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n",
drivers/gpu/host1x/hw/debug_hw_1x01.c
62
host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend);
drivers/gpu/host1x/hw/debug_hw_1x01.c
63
host1x_debug_output(o, "DMAPUT %08x DMAGET %08x DMACTL %08x\n",
drivers/gpu/host1x/hw/debug_hw_1x01.c
65
host1x_debug_output(o, "CBREAD %08x CBSTAT %08x\n", cbread, cbstat);
drivers/gpu/host1x/hw/debug_hw_1x01.c
68
host1x_debug_output(o, "\n");
drivers/gpu/host1x/hw/debug_hw_1x01.c
78
host1x_debug_output(o, "%u: fifo:\n", ch->id);
drivers/gpu/host1x/hw/debug_hw_1x01.c
81
host1x_debug_output(o, "FIFOSTAT %08x\n", val);
drivers/gpu/host1x/hw/debug_hw_1x01.c
83
host1x_debug_output(o, "[empty]\n");
drivers/gpu/host1x/hw/debug_hw_1x06.c
118
host1x_debug_output(o, "%03x 0x%08x: ",
drivers/gpu/host1x/hw/debug_hw_1x06.c
135
host1x_debug_output(o, "\n");
drivers/gpu/host1x/hw/debug_hw_1x06.c
43
host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev));
drivers/gpu/host1x/hw/debug_hw_1x06.c
47
host1x_debug_output(o, "inactive\n\n");
drivers/gpu/host1x/hw/debug_hw_1x06.c
52
host1x_debug_output(o, "waiting on syncpt\n");
drivers/gpu/host1x/hw/debug_hw_1x06.c
54
host1x_debug_output(o, "active class %02x, offset %04x\n",
drivers/gpu/host1x/hw/debug_hw_1x06.c
57
host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend);
drivers/gpu/host1x/hw/debug_hw_1x06.c
58
host1x_debug_output(o, "DMAPUT %08x DMAGET %08x DMACTL %08x\n",
drivers/gpu/host1x/hw/debug_hw_1x06.c
60
host1x_debug_output(o, "CHANNELSTAT %02x\n", ch_stat);
drivers/gpu/host1x/hw/debug_hw_1x06.c
63
host1x_debug_output(o, "\n");
drivers/gpu/host1x/hw/debug_hw_1x06.c
77
host1x_debug_output(o, "%u: fifo:\n", ch->id);
drivers/gpu/host1x/hw/debug_hw_1x06.c
80
host1x_debug_output(o, "CMDFIFO_STAT %08x\n", val);
drivers/gpu/host1x/hw/debug_hw_1x06.c
82
host1x_debug_output(o, "[empty]\n");
drivers/gpu/host1x/hw/debug_hw_1x06.c
87
host1x_debug_output(o, "CMDFIFO_RDATA %08x\n", val);