Searched refs:arg_bo_hdls (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_ctx.c | 472 u32 cmd_bo_hdl, u32 *arg_bo_hdls, u32 arg_bo_cnt, in amdxdna_cmd_submit() argument 496 ret = amdxdna_arg_bos_lookup(client, job, arg_bo_hdls, arg_bo_cnt); in amdxdna_cmd_submit() 567 u32 *arg_bo_hdls = NULL; in amdxdna_drm_submit_execbuf() local 584 arg_bo_hdls = kcalloc(args->arg_count, sizeof(u32), GFP_KERNEL); in amdxdna_drm_submit_execbuf() 585 if (!arg_bo_hdls) in amdxdna_drm_submit_execbuf() 587 ret = copy_from_user(arg_bo_hdls, u64_to_user_ptr(args->args), in amdxdna_drm_submit_execbuf() 595 ret = amdxdna_cmd_submit(client, NULL, cmd_bo_hdl, arg_bo_hdls, in amdxdna_drm_submit_execbuf() 601 kfree(arg_bo_hdls); in amdxdna_drm_submit_execbuf()
|
| H A D | amdxdna_ctx.h | 207 u32 *arg_bo_hdls, u32 arg_bo_cnt,
|