Searched refs:cmd_bo_hdl (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/accel/amdxdna/ |
D | amdxdna_ctx.c | 405 u32 cmd_bo_hdl, u32 *arg_bo_hdls, u32 arg_bo_cnt, in amdxdna_cmd_submit() argument 413 XDNA_DBG(xdna, "Command BO hdl %d, Arg BO count %d", cmd_bo_hdl, arg_bo_cnt); in amdxdna_cmd_submit() 418 if (cmd_bo_hdl != AMDXDNA_INVALID_BO_HANDLE) { in amdxdna_cmd_submit() 419 job->cmd_bo = amdxdna_gem_get_obj(client, cmd_bo_hdl, AMDXDNA_BO_CMD); in amdxdna_cmd_submit() 421 XDNA_ERR(xdna, "Failed to get cmd bo from %d", cmd_bo_hdl); in amdxdna_cmd_submit() 498 u32 cmd_bo_hdl; in amdxdna_drm_submit_execbuf() local 512 cmd_bo_hdl = (u32)args->cmd_handles; in amdxdna_drm_submit_execbuf() 523 ret = amdxdna_cmd_submit(client, cmd_bo_hdl, arg_bo_hdls, in amdxdna_drm_submit_execbuf()
|