Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/hw/
Ddebug_hw_1x01.c38 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev)); in host1x_debug_show_channel_cdma()
42 host1x_debug_output(o, "inactive\n\n"); in host1x_debug_show_channel_cdma()
49 host1x_debug_output(o, "waiting on syncpt %d val %d\n", in host1x_debug_show_channel_cdma()
59 host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n", in host1x_debug_show_channel_cdma()
63 host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n", in host1x_debug_show_channel_cdma()
68 host1x_debug_output(o, "DMAPUT %08x, DMAGET %08x, DMACTL %08x\n", in host1x_debug_show_channel_cdma()
70 host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()
73 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_cdma()
83 host1x_debug_output(o, "%u: fifo:\n", ch->id); in host1x_debug_show_channel_fifo()
86 host1x_debug_output(o, "FIFOSTAT %08x\n", val); in host1x_debug_show_channel_fifo()
[all …]
Ddebug_hw_1x06.c39 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev)); in host1x_debug_show_channel_cdma()
43 host1x_debug_output(o, "inactive\n\n"); in host1x_debug_show_channel_cdma()
48 host1x_debug_output(o, "waiting on syncpt\n"); in host1x_debug_show_channel_cdma()
50 host1x_debug_output(o, "active class %02x, offset %04x\n", in host1x_debug_show_channel_cdma()
53 host1x_debug_output(o, "DMAPUT %08x, DMAGET %08x, DMACTL %08x\n", in host1x_debug_show_channel_cdma()
55 host1x_debug_output(o, "CHANNELSTAT %02x\n", ch_stat); in host1x_debug_show_channel_cdma()
58 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_cdma()
69 host1x_debug_output(o, "%u: fifo:\n", ch->id); in host1x_debug_show_channel_fifo()
72 host1x_debug_output(o, "CMDFIFO_STAT %08x\n", val); in host1x_debug_show_channel_fifo()
74 host1x_debug_output(o, "[empty]\n"); in host1x_debug_show_channel_fifo()
[all …]
Ddebug_hw.c183 host1x_debug_output(o, "[address mismatch]\n"); in show_gather()
192 host1x_debug_output(o, "%08x: %08x: ", addr, val); in show_gather()
209host1x_debug_output(o, "\n%p: JOB, syncpt_id=%d, syncpt_val=%d, first_get=%08x, timeout=%d num_slo… in show_channel_gathers()
224 host1x_debug_output(o, "[could not mmap]\n"); in show_channel_gathers()
228 host1x_debug_output(o, " GATHER at %pad+%#x, %d words\n", in show_channel_gathers()
/Linux-v4.19/drivers/gpu/host1x/
Ddebug.c34 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() function
79 host1x_debug_output(o, "---- syncpts ----\n"); in show_syncpts()
88 host1x_debug_output(o, "id %u (%s) min %d max %d\n", in show_syncpts()
97 host1x_debug_output(o, "waitbase id %u val %d\n", i, in show_syncpts()
101 host1x_debug_output(o, "\n"); in show_syncpts()
110 host1x_debug_output(o, "---- channels ----\n"); in show_all()
Ddebug.h47 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);