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

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem_debug.c53 instr_out(uint32_t *data, uint32_t hw_offset, unsigned int index, function
103 instr_out(data, hw_offset, 0, "%s\n", opcodes_mi[opcode].name);
117 instr_out(data, hw_offset, i, "dword %d\n", i);
124 instr_out(data, hw_offset, 0, "MI UNKNOWN\n");
170 instr_out(data, hw_offset, 0,
197 instr_out(data, hw_offset, 1, "format %s, pitch %d, "
201 instr_out(data, hw_offset, 2, "(%d,%d)\n",
203 instr_out(data, hw_offset, 3, "(%d,%d)\n",
205 instr_out(data, hw_offset, 4, "offset 0x%08x\n", data[4]);
206 instr_out(dat
[all...]

Completed in 69 milliseconds