Searched refs:arg_bo_hdls (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_ctx.c | 457 u32 cmd_bo_hdl, u32 *arg_bo_hdls, u32 arg_bo_cnt, in amdxdna_cmd_submit() argument 481 ret = amdxdna_arg_bos_lookup(client, job, arg_bo_hdls, arg_bo_cnt); in amdxdna_cmd_submit() 552 u32 *arg_bo_hdls = NULL; in amdxdna_drm_submit_execbuf() local 569 arg_bo_hdls = kcalloc(args->arg_count, sizeof(u32), GFP_KERNEL); in amdxdna_drm_submit_execbuf() 570 if (!arg_bo_hdls) in amdxdna_drm_submit_execbuf() 572 ret = copy_from_user(arg_bo_hdls, u64_to_user_ptr(args->args), in amdxdna_drm_submit_execbuf() 580 ret = amdxdna_cmd_submit(client, NULL, cmd_bo_hdl, arg_bo_hdls, in amdxdna_drm_submit_execbuf() 586 kfree(arg_bo_hdls); in amdxdna_drm_submit_execbuf()
|
| H A D | amdxdna_ctx.h | 182 u32 *arg_bo_hdls, u32 arg_bo_cnt,
|