Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/hw/
Ddebug_hw_1x01.c29 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev)); in host1x_debug_show_channel_cdma()
33 host1x_debug_output(o, "inactive\n\n"); in host1x_debug_show_channel_cdma()
40 host1x_debug_output(o, "waiting on syncpt %d val %d\n", in host1x_debug_show_channel_cdma()
50 host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n", in host1x_debug_show_channel_cdma()
54 host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n", in host1x_debug_show_channel_cdma()
59 host1x_debug_output(o, "DMAPUT %08x, DMAGET %08x, DMACTL %08x\n", in host1x_debug_show_channel_cdma()
61 host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()
64 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_cdma()
74 host1x_debug_output(o, "%u: fifo:\n", ch->id); in host1x_debug_show_channel_fifo()
77 host1x_debug_output(o, "FIFOSTAT %08x\n", val); in host1x_debug_show_channel_fifo()
[all …]
Ddebug_hw_1x06.c30 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev)); in host1x_debug_show_channel_cdma()
34 host1x_debug_output(o, "inactive\n\n"); in host1x_debug_show_channel_cdma()
39 host1x_debug_output(o, "waiting on syncpt\n"); in host1x_debug_show_channel_cdma()
41 host1x_debug_output(o, "active class %02x, offset %04x\n", in host1x_debug_show_channel_cdma()
44 host1x_debug_output(o, "DMAPUT %08x, DMAGET %08x, DMACTL %08x\n", in host1x_debug_show_channel_cdma()
46 host1x_debug_output(o, "CHANNELSTAT %02x\n", ch_stat); in host1x_debug_show_channel_cdma()
49 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_cdma()
63 host1x_debug_output(o, "%u: fifo:\n", ch->id); in host1x_debug_show_channel_fifo()
66 host1x_debug_output(o, "CMDFIFO_STAT %08x\n", val); in host1x_debug_show_channel_fifo()
68 host1x_debug_output(o, "[empty]\n"); in host1x_debug_show_channel_fifo()
[all …]
Ddebug_hw.c174 host1x_debug_output(o, "[address mismatch]\n"); in show_gather()
183 host1x_debug_output(o, "%08x: %08x: ", addr, val); in show_gather()
200host1x_debug_output(o, "\n%p: JOB, syncpt_id=%d, syncpt_val=%d, first_get=%08x, timeout=%d num_slo… in show_channel_gathers()
215 host1x_debug_output(o, "[could not mmap]\n"); in show_channel_gathers()
219 host1x_debug_output(o, " GATHER at %pad+%#x, %d words\n", in show_channel_gathers()
/Linux-v5.4/drivers/gpu/host1x/
Ddebug.c25 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() function
70 host1x_debug_output(o, "---- syncpts ----\n"); in show_syncpts()
79 host1x_debug_output(o, "id %u (%s) min %d max %d\n", in show_syncpts()
88 host1x_debug_output(o, "waitbase id %u val %d\n", i, in show_syncpts()
92 host1x_debug_output(o, "\n"); in show_syncpts()
101 host1x_debug_output(o, "---- channels ----\n"); in show_all()
Ddebug.h36 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);