Searched refs:host1x_debug_output (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/gpu/host1x/hw/ | 
| D | debug_hw.c | 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() [all …] 
 | 
| /linux-4.4.14/drivers/gpu/host1x/ | 
| D | debug.c | 34 void host1x_debug_output(struct output *o, const char *fmt, ...)  in host1x_debug_output()  function 66 	host1x_debug_output(o, "---- syncpts ----\n");  in show_syncpts() 72 		host1x_debug_output(o, "id %d (%s) min %d max %d\n",  in show_syncpts() 80 			host1x_debug_output(o, "waitbase id %d val %d\n", i,  in show_syncpts() 84 	host1x_debug_output(o, "\n");  in show_syncpts() 93 	host1x_debug_output(o, "---- channels ----\n");  in show_all() 105 	host1x_debug_output(o, "---- channels ----\n");  in show_all_no_fifo()
  | 
| D | debug.h | 42 void __printf(2, 3) host1x_debug_output(struct output *o, const char *fmt, ...);
  |