Searched refs:hwctx_config (Results 1 – 3 of 3) sorted by relevance
63 int (*hwctx_config)(struct amdxdna_hwctx *hwctx, u32 type, u64 value, void *buf, u32 size); member
351 if (!xdna->dev_info->ops->hwctx_config) in amdxdna_drm_config_hwctx_ioctl()402 ret = xdna->dev_info->ops->hwctx_config(hwctx, args->param_type, val, buf, buf_size); in amdxdna_drm_config_hwctx_ioctl()
1244 .hwctx_config = aie2_hwctx_config,