Searched refs:instr_out (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/intel/ |
D | intel_decode.c | 114 instr_out(struct drm_intel_decode *ctx, unsigned int index, in instr_out() function 150 instr_out(ctx, 0, "MI_SET_CONTEXT\n"); in decode_MI_SET_CONTEXT() 151 instr_out(ctx, 1, "gtt offset = 0x%x%s%s\n", in decode_MI_SET_CONTEXT() 193 instr_out(ctx, 0, "MI_WAIT_FOR_EVENT%s%s%s%s%s%s%s%s%s%s%s%s%s%s\n", in decode_MI_WAIT_FOR_EVENT() 209 instr_out(ctx, 0, "MI_WAIT_FOR_EVENT%s%s%s%s%s%s%s%s%s%s%s%s\n", in decode_MI_WAIT_FOR_EVENT() 294 instr_out(ctx, 0, "MI_BATCH_BUFFER_END\n"); in decode_mi() 297 instr_out(ctx, 0, "MI_SEMAPHORE_MBOX%s%s%s%s %u\n", in decode_mi() 303 instr_out(ctx, 1, "value\n"); in decode_mi() 304 instr_out(ctx, 2, "address\n"); in decode_mi() 307 instr_out(ctx, 0, "MI_STORE_DATA_INDEX%s\n", in decode_mi() [all …]
|