Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x01.c32 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev)); in host1x_debug_show_channel_cdma()
36 host1x_debug_output(o, "inactive\n\n"); in host1x_debug_show_channel_cdma()
43 host1x_debug_output(o, "waiting on syncpt %d val %d\n", in host1x_debug_show_channel_cdma()
53 host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n", in host1x_debug_show_channel_cdma()
57 host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n", in host1x_debug_show_channel_cdma()
62 host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend); in host1x_debug_show_channel_cdma()
63 host1x_debug_output(o, "DMAPUT %08x DMAGET %08x DMACTL %08x\n", in host1x_debug_show_channel_cdma()
65 host1x_debug_output(o, "CBREAD %08x CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()
68 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_cdma()
78 host1x_debug_output(o, "%u: fifo:\n", ch->id); in host1x_debug_show_channel_fifo()
[all …]
H A Ddebug_hw_1x06.c43 host1x_debug_output(o, "%u-%s: ", ch->id, dev_name(ch->dev)); in host1x_debug_show_channel_cdma()
47 host1x_debug_output(o, "inactive\n\n"); in host1x_debug_show_channel_cdma()
52 host1x_debug_output(o, "waiting on syncpt\n"); in host1x_debug_show_channel_cdma()
54 host1x_debug_output(o, "active class %02x, offset %04x\n", in host1x_debug_show_channel_cdma()
57 host1x_debug_output(o, "DMASTART %pad, DMAEND %pad\n", &dmastart, &dmaend); in host1x_debug_show_channel_cdma()
58 host1x_debug_output(o, "DMAPUT %08x DMAGET %08x DMACTL %08x\n", in host1x_debug_show_channel_cdma()
60 host1x_debug_output(o, "CHANNELSTAT %02x\n", ch_stat); in host1x_debug_show_channel_cdma()
63 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_cdma()
77 host1x_debug_output(o, "%u: fifo:\n", ch->id); in host1x_debug_show_channel_fifo()
80 host1x_debug_output(o, "CMDFIFO_STAT %08x\n", val); in host1x_debug_show_channel_fifo()
[all …]
/linux/drivers/gpu/host1x/
H A Ddebug.c28 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() function
85 host1x_debug_output(o, "---- syncpts ----\n"); in show_syncpts()
107 host1x_debug_output(o, in show_syncpts()
117 host1x_debug_output(o, "waitbase id %u val %d\n", i, in show_syncpts()
123 host1x_debug_output(o, "\n"); in show_syncpts()
132 host1x_debug_output(o, "---- channels ----\n"); in show_all()
H A Ddebug.h36 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);