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