Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c473 psp->cmd = kzalloc_obj(struct psp_gfx_cmd_resp); in psp_sw_init()
707 struct psp_gfx_cmd_resp *cmd = psp->cmd_buf_mem; in psp_err_warn()
722 struct psp_gfx_cmd_resp *cmd, uint64_t fence_mc_addr) in psp_cmd_submit_buf()
735 memcpy(psp->cmd_buf_mem, cmd, sizeof(struct psp_gfx_cmd_resp)); in psp_cmd_submit_buf()
804 static struct psp_gfx_cmd_resp *acquire_psp_cmd_buf(struct psp_context *psp) in acquire_psp_cmd_buf()
806 struct psp_gfx_cmd_resp *cmd = psp->cmd; in acquire_psp_cmd_buf()
810 memset(cmd, 0, sizeof(struct psp_gfx_cmd_resp)); in acquire_psp_cmd_buf()
821 struct psp_gfx_cmd_resp *cmd, in psp_prep_tmr_cmd_buf()
845 static void psp_prep_load_toc_cmd_buf(struct psp_gfx_cmd_resp *cmd, in psp_prep_load_toc_cmd_buf()
859 struct psp_gfx_cmd_resp *cmd = acquire_psp_cmd_buf(psp); in psp_load_toc()
[all …]
H A Damdgpu_psp.h389 struct psp_gfx_cmd_resp *cmd;
435 struct psp_gfx_cmd_resp *cmd_buf_mem;
H A Dpsp_gfx_if.h466 struct psp_gfx_cmd_resp struct