Searched refs:instr_out (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/intel/io/drm/ |
H A D | i915_gem_debug.c | 53 instr_out(uint32_t *data, uint32_t hw_offset, unsigned int index, in instr_out() function 103 instr_out(data, hw_offset, 0, "%s\n", opcodes_mi[opcode].name); in decode_mi() 117 instr_out(data, hw_offset, i, "dword %d\n", i); in decode_mi() 124 instr_out(data, hw_offset, 0, "MI UNKNOWN\n"); in decode_mi() 170 instr_out(data, hw_offset, 0, in decode_2d() 197 instr_out(data, hw_offset, 1, "format %s, pitch %d, " in decode_2d() 201 instr_out(data, hw_offset, 2, "(%d,%d)\n", in decode_2d() 203 instr_out(data, hw_offset, 3, "(%d,%d)\n", in decode_2d() 205 instr_out(data, hw_offset, 4, "offset 0x%08x\n", data[4]); in decode_2d() 206 instr_out(data, hw_offset, 5, "color\n"); in decode_2d() [all …]
|