Lines Matching refs:inst_header
1577 u32 inst_header = *dw; in dump_mi_command() local
1578 u32 numdw = instr_dw(inst_header); in dump_mi_command()
1579 u32 opcode = REG_FIELD_GET(MI_OPCODE, inst_header); in dump_mi_command()
1583 switch (inst_header & MI_OPCODE) { in dump_mi_command()
1589 drm_printf(p, "[%#010x] MI_NOOP (%d dwords)\n", inst_header, num_noop); in dump_mi_command()
1593 drm_printf(p, "[%#010x] MI_TOPOLOGY_FILTER\n", inst_header); in dump_mi_command()
1597 drm_printf(p, "[%#010x] MI_BATCH_BUFFER_END\n", inst_header); in dump_mi_command()
1609 switch (inst_header & MI_OPCODE) { in dump_mi_command()
1612 inst_header, (numdw - 1) / 2); in dump_mi_command()
1619 inst_header, in dump_mi_command()
1632 drm_printf(p, "[%#010x] MI_FORCE_WAKEUP\n", inst_header); in dump_mi_command()
1637 inst_header, opcode, numdw); in dump_mi_command()