Home
last modified time | relevance | path

Searched refs:hwctx_config (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_pci_drv.h55 int (*hwctx_config)(struct amdxdna_hwctx *hwctx, u32 type, u64 value, void *buf, u32 size); member
H A Damdxdna_ctx.c288 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()
H A Daie2_pci.c923 .hwctx_config = aie2_hwctx_config,