Lines Matching refs:host1x_debug_output
50 host1x_debug_output(o, "SETCL(class=%03x, offset=%03x, mask=%02x, [", in show_channel_command()
55 host1x_debug_output(o, "SETCL(class=%03x)\n", in show_channel_command()
61 host1x_debug_output(o, "INCR(offset=%03x, [", in show_channel_command()
66 host1x_debug_output(o, "NONINCR(offset=%03x, [", in show_channel_command()
72 host1x_debug_output(o, "MASK(offset=%03x, mask=%03x, [", in show_channel_command()
77 host1x_debug_output(o, "IMM(offset=%03x, data=%03x)\n", in show_channel_command()
82 host1x_debug_output(o, "RESTART(offset=%08x)\n", val << 4); in show_channel_command()
86 host1x_debug_output(o, "GATHER(offset=%03x, insert=%d, type=%d, count=%04x, addr=[", in show_channel_command()
94 host1x_debug_output(o, "ACQUIRE_MLOCK(index=%d)\n", in show_channel_command()
97 host1x_debug_output(o, "RELEASE_MLOCK(index=%d)\n", in show_channel_command()
100 host1x_debug_output(o, "EXTEND_UNKNOWN(%08x)\n", val); in show_channel_command()
122 host1x_debug_output(o, "[address mismatch]\n"); in show_gather()
131 host1x_debug_output(o, "%08x: %08x:", addr, val); in show_gather()
134 host1x_debug_output(o, "%08x%s", val, in show_gather()
147 …host1x_debug_output(o, "\n%p: JOB, syncpt_id=%d, syncpt_val=%d, first_get=%08x, timeout=%d num_slo… in show_channel_gathers()
162 host1x_debug_output(o, "[could not mmap]\n"); in show_channel_gathers()
166 host1x_debug_output(o, " GATHER at %pad+%#x, %d words\n", in show_channel_gathers()
193 host1x_debug_output(o, "%d-%s: ", ch->id, dev_name(ch->dev)); in host1x_debug_show_channel_cdma()
197 host1x_debug_output(o, "inactive\n\n"); in host1x_debug_show_channel_cdma()
204 host1x_debug_output(o, "waiting on syncpt %d val %d\n", in host1x_debug_show_channel_cdma()
215 host1x_debug_output(o, "waiting on syncpt %d val %d (base %d = %d; offset = %d)\n", in host1x_debug_show_channel_cdma()
219 host1x_debug_output(o, "active class %02x, offset %04x, val %08x\n", in host1x_debug_show_channel_cdma()
224 host1x_debug_output(o, "DMAPUT %08x, DMAGET %08x, DMACTL %08x\n", in host1x_debug_show_channel_cdma()
226 host1x_debug_output(o, "CBREAD %08x, CBSTAT %08x\n", cbread, cbstat); in host1x_debug_show_channel_cdma()
229 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_cdma()
239 host1x_debug_output(o, "%d: fifo:\n", ch->id); in host1x_debug_show_channel_fifo()
242 host1x_debug_output(o, "FIFOSTAT %08x\n", val); in host1x_debug_show_channel_fifo()
244 host1x_debug_output(o, "[empty]\n"); in host1x_debug_show_channel_fifo()
270 host1x_debug_output(o, "%08x:", val); in host1x_debug_show_channel_fifo()
273 host1x_debug_output(o, "%08x%s", val, in host1x_debug_show_channel_fifo()
285 host1x_debug_output(o, ", ...])\n"); in host1x_debug_show_channel_fifo()
286 host1x_debug_output(o, "\n"); in host1x_debug_show_channel_fifo()
295 host1x_debug_output(o, "---- mlocks ----\n"); in host1x_debug_show_mlocks()
300 host1x_debug_output(o, "%d: locked by channel %d\n", in host1x_debug_show_mlocks()
303 host1x_debug_output(o, "%d: locked by cpu\n", i); in host1x_debug_show_mlocks()
305 host1x_debug_output(o, "%d: unlocked\n", i); in host1x_debug_show_mlocks()
307 host1x_debug_output(o, "\n"); in host1x_debug_show_mlocks()