Searched refs:host1x_debug_output (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x01.c32 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev));
36 host1x_debug_output(o, "inactive\n\n");
43 host1x_debug_output(o, "waiting on syncpt %d val %d\n",
53 host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n",
57 host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n",
62 host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend);
63 host1x_debug_output(o, "DMAPUT %08x DMAGET %08x DMACTL %08x\n",
65 host1x_debug_output(o, "CBREAD %08x CBSTAT %08x\n", cbread, cbstat);
68 host1x_debug_output(o, "\n");
78 host1x_debug_output(
[all...]
H A Ddebug_hw_1x06.c43 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev));
47 host1x_debug_output(o, "inactive\n\n");
52 host1x_debug_output(o, "waiting on syncpt\n");
54 host1x_debug_output(o, "active class %02x, offset %04x\n",
57 host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend);
58 host1x_debug_output(o, "DMAPUT %08x DMAGET %08x DMACTL %08x\n",
60 host1x_debug_output(o, "CHANNELSTAT %02x\n", ch_stat);
63 host1x_debug_output(o, "\n");
77 host1x_debug_output(o, "%u: fifo:\n", ch->id);
80 host1x_debug_output(
[all...]
H A Ddebug_hw.c174 host1x_debug_output(o, "[address mismatch]\n");
183 host1x_debug_output(o, " %pad: %08x: ", &addr, val);
201 host1x_debug_output(o, "JOB, syncpt %u: %u timeout: %u num_slots: %u num_handles: %u\n",
223 host1x_debug_output(o, "[could not mmap]\n");
227 host1x_debug_output(o, " GATHER at %pad+%#x, %d words\n",
/linux-master/drivers/gpu/host1x/
H A Ddebug.h36 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);
H A Ddebug.c28 void host1x_debug_output(struct output *o, const char *fmt, ...) function
85 host1x_debug_output(o, "---- syncpts ----\n");
107 host1x_debug_output(o,
117 host1x_debug_output(o, "waitbase id %u val %d\n", i,
123 host1x_debug_output(o, "\n");
132 host1x_debug_output(o, "---- channels ----\n");

Completed in 117 milliseconds