Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/hw/
Ddebug_hw.c61 host1x_debug_cont(o, "SETCL(class=%03x, offset=%03x, mask=%02x, [", in show_channel_command()
67 host1x_debug_cont(o, "SETCL(class=%03x)\n", val >> 6 & 0x3ff); in show_channel_command()
72 host1x_debug_cont(o, "INCR(offset=%03x, [", in show_channel_command()
75 host1x_debug_cont(o, "])\n"); in show_channel_command()
81 host1x_debug_cont(o, "NONINCR(offset=%03x, [", in show_channel_command()
84 host1x_debug_cont(o, "])\n"); in show_channel_command()
90 host1x_debug_cont(o, "MASK(offset=%03x, mask=%03x, [", in show_channel_command()
93 host1x_debug_cont(o, "])\n"); in show_channel_command()
98 host1x_debug_cont(o, "IMM(offset=%03x, data=%03x)\n", in show_channel_command()
103 host1x_debug_cont(o, "RESTART(offset=%08x)\n", val << 4); in show_channel_command()
[all …]
Ddebug_hw_1x06.c113 host1x_debug_cont(o, "%08x%s", val, in host1x_debug_show_channel_fifo()
125 host1x_debug_cont(o, ", ...])\n"); in host1x_debug_show_channel_fifo()
Ddebug_hw_1x01.c117 host1x_debug_cont(o, "%08x%s", val, in host1x_debug_show_channel_fifo()
129 host1x_debug_cont(o, ", ...])\n"); in host1x_debug_show_channel_fifo()
/Linux-v4.19/drivers/gpu/host1x/
Ddebug.h48 void __printf(2, 3) host1x_debug_cont(struct output *o, const char *fmt, ...);
Ddebug.c46 void host1x_debug_cont(struct output *o, const char *fmt, ...) in host1x_debug_cont() function