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.c1968 u32 inst_header = *dw; in dump_mi_command()
1969 u32 numdw = instr_dw(inst_header); in dump_mi_command()
1970 u32 opcode = REG_FIELD_GET(MI_OPCODE, inst_header); in dump_mi_command()
1974 switch (inst_header & MI_OPCODE) { in dump_mi_command()
1981 dw - num_noop - start, inst_header, num_noop); in dump_mi_command()
1986 dw - start, inst_header); in dump_mi_command()
1991 dw - start, inst_header); in dump_mi_command()
2003 switch (inst_header & MI_OPCODE) { in dump_mi_command()
2006 dw - start, inst_header, (numdw - 1) / 2); in dump_mi_command()
2014 dw - start, inst_header, in dump_gfxpipe_command()
1939 u32 inst_header = *dw; dump_mi_command() local
[all...]