Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dmes_v11_0.c339 misc_pkt.set_shader_debugger.process_context_addr = in mes_v11_0_misc_op()
340 input->set_shader_debugger.process_context_addr; in mes_v11_0_misc_op()
341 misc_pkt.set_shader_debugger.flags.u32all = in mes_v11_0_misc_op()
342 input->set_shader_debugger.flags.u32all; in mes_v11_0_misc_op()
343 misc_pkt.set_shader_debugger.spi_gdbg_per_vmid_cntl = in mes_v11_0_misc_op()
344 input->set_shader_debugger.spi_gdbg_per_vmid_cntl; in mes_v11_0_misc_op()
345 memcpy(misc_pkt.set_shader_debugger.tcp_watch_cntl, in mes_v11_0_misc_op()
346 input->set_shader_debugger.tcp_watch_cntl, in mes_v11_0_misc_op()
347 sizeof(misc_pkt.set_shader_debugger.tcp_watch_cntl)); in mes_v11_0_misc_op()
348 misc_pkt.set_shader_debugger.trap_en = input->set_shader_debugger.trap_en; in mes_v11_0_misc_op()
Damdgpu_mes.c886 op_input.set_shader_debugger.process_context_addr = process_context_addr; in amdgpu_mes_set_shader_debugger()
887 op_input.set_shader_debugger.flags.u32all = flags; in amdgpu_mes_set_shader_debugger()
890 if (op_input.set_shader_debugger.flags.process_ctx_flush) in amdgpu_mes_set_shader_debugger()
893 op_input.set_shader_debugger.spi_gdbg_per_vmid_cntl = spi_gdbg_per_vmid_cntl; in amdgpu_mes_set_shader_debugger()
894 memcpy(op_input.set_shader_debugger.tcp_watch_cntl, tcp_watch_cntl, in amdgpu_mes_set_shader_debugger()
895 sizeof(op_input.set_shader_debugger.tcp_watch_cntl)); in amdgpu_mes_set_shader_debugger()
899 op_input.set_shader_debugger.trap_en = trap_en; in amdgpu_mes_set_shader_debugger()
924 op_input.set_shader_debugger.process_context_addr = process_context_addr; in amdgpu_mes_flush_shader_debugger()
925 op_input.set_shader_debugger.flags.process_ctx_flush = true; in amdgpu_mes_flush_shader_debugger()
Damdgpu_mes.h304 } set_shader_debugger; member
/linux-6.6.21/drivers/gpu/drm/amd/include/
Dmes_v11_api_def.h596 struct SET_SHADER_DEBUGGER set_shader_debugger; member