Searched refs:host1x_debug_output (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/hw/
H A Ddebug_hw.c50 host1x_debug_output(o, "SETCL(class=%03x, offset=%03x, mask=%02x, [", show_channel_command()
55 host1x_debug_output(o, "SETCL(class=%03x)\n", show_channel_command()
61 host1x_debug_output(o, "INCR(offset=%03x, [", show_channel_command()
66 host1x_debug_output(o, "NONINCR(offset=%03x, [", show_channel_command()
72 host1x_debug_output(o, "MASK(offset=%03x, mask=%03x, [", show_channel_command()
77 host1x_debug_output(o, "IMM(offset=%03x, data=%03x)\n", show_channel_command()
82 host1x_debug_output(o, "RESTART(offset=%08x)\n", val << 4); show_channel_command()
86 host1x_debug_output(o, "GATHER(offset=%03x, insert=%d, type=%d, count=%04x, addr=[", show_channel_command()
94 host1x_debug_output(o, "ACQUIRE_MLOCK(index=%d)\n", show_channel_command()
97 host1x_debug_output(o, "RELEASE_MLOCK(index=%d)\n", show_channel_command()
100 host1x_debug_output(o, "EXTEND_UNKNOWN(%08x)\n", val); show_channel_command()
122 host1x_debug_output(o, "[address mismatch]\n"); show_gather()
131 host1x_debug_output(o, "%08x: %08x:", addr, val); show_gather()
134 host1x_debug_output(o, "%08x%s", val, show_gather()
147 host1x_debug_output(o, "\n%p: JOB, syncpt_id=%d, syncpt_val=%d, first_get=%08x, timeout=%d num_slots=%d, num_handles=%d\n", show_channel_gathers()
162 host1x_debug_output(o, "[could not mmap]\n"); show_channel_gathers()
166 host1x_debug_output(o, " GATHER at %pad+%#x, %d words\n", show_channel_gathers()
193 host1x_debug_output(o, "%d-%s: ", ch->id, dev_name(ch->dev)); host1x_debug_show_channel_cdma()
197 host1x_debug_output(o, "inactive\n\n"); host1x_debug_show_channel_cdma()
204 host1x_debug_output(o, "waiting on syncpt %d val %d\n", host1x_debug_show_channel_cdma()
215 host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n", host1x_debug_show_channel_cdma()
219 host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n", host1x_debug_show_channel_cdma()
224 host1x_debug_output(o, "DMAPUT %08x, DMAGET %08x, DMACTL %08x\n", host1x_debug_show_channel_cdma()
226 host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat); host1x_debug_show_channel_cdma()
229 host1x_debug_output(o, "\n"); host1x_debug_show_channel_cdma()
239 host1x_debug_output(o, "%d: fifo:\n", ch->id); host1x_debug_show_channel_fifo()
242 host1x_debug_output(o, "FIFOSTAT %08x\n", val); host1x_debug_show_channel_fifo()
244 host1x_debug_output(o, "[empty]\n"); host1x_debug_show_channel_fifo()
270 host1x_debug_output(o, "%08x:", val); host1x_debug_show_channel_fifo()
273 host1x_debug_output(o, "%08x%s", val, host1x_debug_show_channel_fifo()
285 host1x_debug_output(o, ", ...])\n"); host1x_debug_show_channel_fifo()
286 host1x_debug_output(o, "\n"); host1x_debug_show_channel_fifo()
295 host1x_debug_output(o, "---- mlocks ----\n"); host1x_debug_show_mlocks()
300 host1x_debug_output(o, "%d: locked by channel %d\n", host1x_debug_show_mlocks()
303 host1x_debug_output(o, "%d: locked by cpu\n", i); host1x_debug_show_mlocks()
305 host1x_debug_output(o, "%d: unlocked\n", i); host1x_debug_show_mlocks()
307 host1x_debug_output(o, "\n"); host1x_debug_show_mlocks()
/linux-4.4.14/drivers/gpu/host1x/
H A Ddebug.c34 void host1x_debug_output(struct output *o, const char *fmt, ...) host1x_debug_output() function
66 host1x_debug_output(o, "---- syncpts ----\n"); show_syncpts()
72 host1x_debug_output(o, "id %d (%s) min %d max %d\n", show_syncpts()
80 host1x_debug_output(o, "waitbase id %d val %d\n", i, show_syncpts()
84 host1x_debug_output(o, "\n"); show_syncpts()
93 host1x_debug_output(o, "---- channels ----\n"); show_all()
105 host1x_debug_output(o, "---- channels ----\n"); show_all_no_fifo()
H A Ddebug.h42 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);

Completed in 125 milliseconds