Searched refs:host1x_debug_output (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/host1x/hw/ |
A D | debug_hw_1x01.c | 36 host1x_debug_output(o, "inactive\n\n"); 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() 81 host1x_debug_output(o, "FIFOSTAT %08x\n", val); in host1x_debug_show_channel_fifo() 83 host1x_debug_output(o, "[empty]\n"); in host1x_debug_show_channel_fifo() 109 host1x_debug_output(o, "%08x: ", val); in host1x_debug_show_channel_fifo() 125 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_fifo() 134 host1x_debug_output(o, "---- mlocks ----\n"); in host1x_debug_show_mlocks() 143 host1x_debug_output(o, "%u: locked by cpu\n", i); in host1x_debug_show_mlocks() 145 host1x_debug_output(o, "%u: unlocked\n", i); in host1x_debug_show_mlocks() [all …]
|
A D | debug_hw_1x06.c | 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() 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() 82 host1x_debug_output(o, "[empty]\n"); in host1x_debug_show_channel_fifo() 87 host1x_debug_output(o, "CMDFIFO_RDATA %08x\n", val); in host1x_debug_show_channel_fifo() 118 host1x_debug_output(o, "%03x 0x%08x: ", in host1x_debug_show_channel_fifo() [all …]
|
A 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-6.3-rc2/drivers/gpu/host1x/ |
A D | debug.c | 28 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()
|
A D | debug.h | 36 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);
|
Completed in 7 milliseconds