Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c302 union MESAPI__MISC misc_pkt; in mes_v11_0_misc_op() local
304 memset(&misc_pkt, 0, sizeof(misc_pkt)); in mes_v11_0_misc_op()
306 misc_pkt.header.type = MES_API_TYPE_SCHEDULER; in mes_v11_0_misc_op()
307 misc_pkt.header.opcode = MES_SCH_API_MISC; in mes_v11_0_misc_op()
312 misc_pkt.opcode = MESAPI_MISC__READ_REG; in mes_v11_0_misc_op()
317 misc_pkt.opcode = MESAPI_MISC__WRITE_REG; in mes_v11_0_misc_op()
322 misc_pkt.opcode = MESAPI_MISC__WAIT_REG_MEM; in mes_v11_0_misc_op()
327 misc_pkt.wait_reg_mem.reg_offset2 = 0; in mes_v11_0_misc_op()
330 misc_pkt.opcode = MESAPI_MISC__WAIT_REG_MEM; in mes_v11_0_misc_op()
341 misc_pkt.set_shader_debugger.flags.u32all = in mes_v11_0_misc_op()
[all …]