Searched refs:host1x_debug_output (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/gpu/host1x/hw/ |
D | debug_hw_1x01.c | 32 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 …]
|
D | debug_hw_1x06.c | 43 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 …]
|
D | debug_hw.c | 174 host1x_debug_output(o, "[address mismatch]\n"); in show_gather() 183 host1x_debug_output(o, " %pad: %08x: ", &addr, val); in show_gather() 201 host1x_debug_output(o, "JOB, syncpt %u: %u timeout: %u num_slots: %u num_handles: %u\n", in show_channel_gathers() 223 host1x_debug_output(o, "[could not mmap]\n"); in show_channel_gathers() 227 host1x_debug_output(o, " GATHER at %pad+%#x, %d words\n", in show_channel_gathers()
|
/linux-5.19.10/drivers/gpu/host1x/ |
D | debug.c | 28 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() function 84 host1x_debug_output(o, "---- syncpts ----\n"); in show_syncpts() 106 host1x_debug_output(o, in show_syncpts() 116 host1x_debug_output(o, "waitbase id %u val %d\n", i, in show_syncpts() 122 host1x_debug_output(o, "\n"); in show_syncpts() 131 host1x_debug_output(o, "---- channels ----\n"); in show_all()
|
D | debug.h | 36 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);
|