Searched refs:arg_bo_hdls (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/accel/amdxdna/ |
| H A D | amdxdna_ctx.c | 407 u32 cmd_bo_hdl, u32 *arg_bo_hdls, u32 arg_bo_cnt, in amdxdna_cmd_submit() argument 431 ret = amdxdna_arg_bos_lookup(client, job, arg_bo_hdls, arg_bo_cnt); in amdxdna_cmd_submit() 499 u32 *arg_bo_hdls; in amdxdna_drm_submit_execbuf() local 515 arg_bo_hdls = kcalloc(args->arg_count, sizeof(u32), GFP_KERNEL); in amdxdna_drm_submit_execbuf() 516 if (!arg_bo_hdls) in amdxdna_drm_submit_execbuf() 518 ret = copy_from_user(arg_bo_hdls, u64_to_user_ptr(args->args), in amdxdna_drm_submit_execbuf() 525 ret = amdxdna_cmd_submit(client, cmd_bo_hdl, arg_bo_hdls, in amdxdna_drm_submit_execbuf() 531 kfree(arg_bo_hdls); in amdxdna_drm_submit_execbuf()
|
| H A D | amdxdna_ctx.h | 154 u32 cmd_bo_hdls, u32 *arg_bo_hdls, u32 arg_bo_cnt,
|