Searched refs:inst_header (Results 1 – 2 of 2) sorted by relevance
76 struct amdgpu_reg_inst_header inst_header; member89 struct amdgpu_reg_inst_header inst_header; member102 struct amdgpu_reg_inst_header inst_header; member121 struct amdgpu_reg_inst_header inst_header; member
1939 u32 inst_header = *dw; in dump_mi_command() local1940 u32 numdw = instr_dw(inst_header); in dump_mi_command()1941 u32 opcode = REG_FIELD_GET(MI_OPCODE, inst_header); in dump_mi_command()1945 switch (inst_header & MI_OPCODE) { in dump_mi_command()1952 dw - num_noop - start, inst_header, num_noop); in dump_mi_command()1957 dw - start, inst_header); in dump_mi_command()1962 dw - start, inst_header); in dump_mi_command()1974 switch (inst_header & MI_OPCODE) { in dump_mi_command()1977 dw - start, inst_header, (numdw - 1) / 2); in dump_mi_command()1985 dw - start, inst_header, in dump_mi_command()[all …]