Home
last modified time | relevance | path

Searched refs:psp_gfx_cmd_resp (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c246 struct psp_gfx_cmd_resp *cmd, uint64_t fence_mc_addr) in psp_cmd_submit_buf()
261 memcpy(psp->cmd_buf_mem, cmd, sizeof(struct psp_gfx_cmd_resp)); in psp_cmd_submit_buf()
324 struct psp_gfx_cmd_resp *cmd, in psp_prep_tmr_cmd_buf()
336 static void psp_prep_load_toc_cmd_buf(struct psp_gfx_cmd_resp *cmd, in psp_prep_load_toc_cmd_buf()
350 struct psp_gfx_cmd_resp *cmd; in psp_load_toc()
352 cmd = kzalloc(sizeof(struct psp_gfx_cmd_resp), GFP_KERNEL); in psp_load_toc()
410 struct psp_gfx_cmd_resp *cmd; in psp_clear_vf_fw()
415 cmd = kzalloc(sizeof(struct psp_gfx_cmd_resp), GFP_KERNEL); in psp_clear_vf_fw()
441 struct psp_gfx_cmd_resp *cmd; in psp_tmr_load()
449 cmd = kzalloc(sizeof(struct psp_gfx_cmd_resp), GFP_KERNE in psp_tmr_load()
[all...]
H A Damdgpu_psp.h222 struct psp_gfx_cmd_resp *cmd;
265 struct psp_gfx_cmd_resp *cmd_buf_mem;
H A Dpsp_gfx_if.h308 struct psp_gfx_cmd_resp struct
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.c408 psp->cmd = kzalloc(sizeof(struct psp_gfx_cmd_resp), GFP_KERNEL); in psp_sw_init()
509 struct psp_gfx_cmd_resp *cmd = psp->cmd; in psp_sw_fini()
625 struct psp_gfx_cmd_resp *cmd, uint64_t fence_mc_addr) in psp_cmd_submit_buf()
638 memcpy(psp->cmd_buf_mem, cmd, sizeof(struct psp_gfx_cmd_resp)); in psp_cmd_submit_buf()
702 static struct psp_gfx_cmd_resp *acquire_psp_cmd_buf(struct psp_context *psp) in acquire_psp_cmd_buf()
704 struct psp_gfx_cmd_resp *cmd = psp->cmd; in acquire_psp_cmd_buf()
708 memset(cmd, 0, sizeof(struct psp_gfx_cmd_resp)); in acquire_psp_cmd_buf()
719 struct psp_gfx_cmd_resp *cmd, in psp_prep_tmr_cmd_buf()
743 static void psp_prep_load_toc_cmd_buf(struct psp_gfx_cmd_resp *cmd, in psp_prep_load_toc_cmd_buf()
757 struct psp_gfx_cmd_resp *cm in psp_load_toc()
[all...]
H A Damdgpu_psp.h314 struct psp_gfx_cmd_resp *cmd;
358 struct psp_gfx_cmd_resp *cmd_buf_mem;
H A Dpsp_gfx_if.h411 struct psp_gfx_cmd_resp struct
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.h117 int psp_cmd_submit_buf(struct psp_context *psp, struct amdgpu_firmware_info *ucode, struct psp_gfx_cmd_resp *cmd,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.h156 int psp_cmd_submit_buf(struct psp_context *psp, struct amdgpu_firmware_info *ucode, struct psp_gfx_cmd_resp *cmd,

Completed in 12 milliseconds