Searched refs:bo_hdl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_ctx.c | 856 static int aie2_hwctx_cfg_debug_bo(struct amdxdna_hwctx *hwctx, u32 bo_hdl, in aie2_hwctx_cfg_debug_bo() argument 866 abo = amdxdna_gem_get_obj(client, bo_hdl, AMDXDNA_BO_DEV); in aie2_hwctx_cfg_debug_bo() 868 XDNA_ERR(xdna, "Get bo %d failed", bo_hdl); in aie2_hwctx_cfg_debug_bo() 887 &bo_hdl, 1, hwctx->id, &seq); in aie2_hwctx_cfg_debug_bo() 904 XDNA_DBG(xdna, "Config debug BO %d to %s", bo_hdl, hwctx->name); in aie2_hwctx_cfg_debug_bo()
|
| H A D | amdxdna_gem.c | 961 u32 bo_hdl, u8 bo_type) in amdxdna_gem_get_obj() argument 966 gobj = drm_gem_object_lookup(client->filp, bo_hdl); in amdxdna_gem_get_obj() 968 XDNA_DBG(client->xdna, "Can not find bo %d", bo_hdl); in amdxdna_gem_get_obj()
|