Searched refs:instr_out (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/intel/ |
D | intel_decode.c | 117 instr_out(struct drm_intel_decode *ctx, unsigned int index, in instr_out() function 153 instr_out(ctx, 0, "MI_SET_CONTEXT\n"); in decode_MI_SET_CONTEXT() 154 instr_out(ctx, 1, "gtt offset = 0x%x%s%s\n", in decode_MI_SET_CONTEXT() 196 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() 212 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() 297 instr_out(ctx, 0, "MI_BATCH_BUFFER_END\n"); in decode_mi() 300 instr_out(ctx, 0, "MI_SEMAPHORE_MBOX%s%s%s%s %u\n", in decode_mi() 306 instr_out(ctx, 1, "value\n"); in decode_mi() 307 instr_out(ctx, 2, "address\n"); in decode_mi() 310 instr_out(ctx, 0, "MI_STORE_DATA_INDEX%s\n", in decode_mi() [all …]
|