Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.h71 u32 bo_hdl, u8 bo_type);
H A Daie2_ctx.c927 static int aie2_hwctx_cfg_debug_bo(struct amdxdna_hwctx *hwctx, u32 bo_hdl, in aie2_hwctx_cfg_debug_bo() argument
937 abo = amdxdna_gem_get_obj(client, bo_hdl, AMDXDNA_BO_DEV); in aie2_hwctx_cfg_debug_bo()
939 XDNA_ERR(xdna, "Get bo %d failed", bo_hdl); in aie2_hwctx_cfg_debug_bo()
965 &bo_hdl, 1, hwctx->id, &seq); in aie2_hwctx_cfg_debug_bo()
983 XDNA_DBG(xdna, "Config debug BO %d to %s", bo_hdl, hwctx->name); in aie2_hwctx_cfg_debug_bo()
H A Damdxdna_gem.c1193 u32 bo_hdl, u8 bo_type) in amdxdna_gem_get_obj() argument
1198 gobj = drm_gem_object_lookup(client->filp, bo_hdl); in amdxdna_gem_get_obj()
1200 XDNA_DBG(client->xdna, "Can not find bo %d", bo_hdl); in amdxdna_gem_get_obj()