Searched refs:arg_bo_hdls (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_ctx.c | 554 u32 cmd_bo_hdl, u32 *arg_bo_hdls, u32 arg_bo_cnt, in amdxdna_cmd_submit() 578 ret = amdxdna_arg_bos_lookup(client, job, arg_bo_hdls, arg_bo_cnt); in amdxdna_drm_submit_execbuf() 648 u32 *arg_bo_hdls = NULL; 665 arg_bo_hdls = kcalloc(args->arg_count, sizeof(u32), GFP_KERNEL); 666 if (!arg_bo_hdls) 668 ret = copy_from_user(arg_bo_hdls, u64_to_user_ptr(args->args), 676 ret = amdxdna_cmd_submit(client, NULL, cmd_bo_hdl, arg_bo_hdls, 682 kfree(arg_bo_hdls); 472 amdxdna_cmd_submit(struct amdxdna_client * client,struct amdxdna_drv_cmd * drv_cmd,u32 cmd_bo_hdl,u32 * arg_bo_hdls,u32 arg_bo_cnt,u32 hwctx_hdl,u64 * seq) amdxdna_cmd_submit() argument 567 u32 *arg_bo_hdls = NULL; amdxdna_drm_submit_execbuf() local
|
| H A D | amdxdna_ctx.h | 213 u32 *arg_bo_hdls, u32 arg_bo_cnt,
|