Lines Matching refs:inst_header
1242 u32 inst_header = *dw; in dump_mi_command() local
1243 u32 numdw = instr_dw(inst_header); in dump_mi_command()
1244 u32 opcode = REG_FIELD_GET(MI_OPCODE, inst_header); in dump_mi_command()
1248 switch (inst_header & MI_OPCODE) { in dump_mi_command()
1254 drm_printf(p, "[%#010x] MI_NOOP (%d dwords)\n", inst_header, num_noop); in dump_mi_command()
1258 drm_printf(p, "[%#010x] MI_TOPOLOGY_FILTER\n", inst_header); in dump_mi_command()
1262 drm_printf(p, "[%#010x] MI_BATCH_BUFFER_END\n", inst_header); in dump_mi_command()
1274 switch (inst_header & MI_OPCODE) { in dump_mi_command()
1277 inst_header, (numdw - 1) / 2); in dump_mi_command()
1284 inst_header, in dump_mi_command()
1297 drm_printf(p, "[%#010x] MI_FORCE_WAKEUP\n", inst_header); in dump_mi_command()
1302 inst_header, opcode, numdw); in dump_mi_command()