Searched refs:host1x_debug_cont (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/host1x/hw/ |
A D | debug_hw.c | 63 host1x_debug_cont(o, "INCR(offset=%03x, [", in show_channel_command() 66 host1x_debug_cont(o, "])\n"); in show_channel_command() 72 host1x_debug_cont(o, "NONINCR(offset=%03x, [", in show_channel_command() 75 host1x_debug_cont(o, "])\n"); in show_channel_command() 84 host1x_debug_cont(o, "])\n"); in show_channel_command() 120 host1x_debug_cont(o, "%s(offset=%06x, ", in show_channel_command() 125 host1x_debug_cont(o, "[])\n"); in show_channel_command() 128 host1x_debug_cont(o, "unknown)\n"); in show_channel_command() 131 host1x_debug_cont(o, "["); in show_channel_command() 154 host1x_debug_cont(o, "UNKNOWN\n"); in show_channel_command() [all …]
|
A D | debug_hw_1x06.c | 122 host1x_debug_cont(o, "%08x%s", val, in host1x_debug_show_channel_fifo() 134 host1x_debug_cont(o, ", ...])\n"); in host1x_debug_show_channel_fifo()
|
A D | debug_hw_1x01.c | 112 host1x_debug_cont(o, "%08x%s", val, in host1x_debug_show_channel_fifo() 124 host1x_debug_cont(o, ", ...])\n"); in host1x_debug_show_channel_fifo()
|
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | debug.h | 37 void __printf(2, 3) host1x_debug_cont(struct output *o, const char *fmt, ...);
|
A D | debug.c | 40 void host1x_debug_cont(struct output *o, const char *fmt, ...) in host1x_debug_cont() function
|
Completed in 6 milliseconds