Home
last modified time | relevance | path

Searched refs:inst_header (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/include/
H A Damdgpu_reg_state.h76 struct amdgpu_reg_inst_header inst_header; member
89 struct amdgpu_reg_inst_header inst_header; member
102 struct amdgpu_reg_inst_header inst_header; member
121 struct amdgpu_reg_inst_header inst_header; member
/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c1939 u32 inst_header = *dw; in dump_mi_command() local
1940 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 …]