Searched refs:bo_hdl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_ctx.c | 785 static int aie2_hwctx_cfg_debug_bo(struct amdxdna_hwctx *hwctx, u32 bo_hdl, in aie2_hwctx_cfg_debug_bo() argument 795 abo = amdxdna_gem_get_obj(client, bo_hdl, AMDXDNA_BO_DEV); in aie2_hwctx_cfg_debug_bo() 797 XDNA_ERR(xdna, "Get bo %d failed", bo_hdl); in aie2_hwctx_cfg_debug_bo() 816 &bo_hdl, 1, hwctx->id, &seq); in aie2_hwctx_cfg_debug_bo() 833 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 | 851 u32 bo_hdl, u8 bo_type) in amdxdna_gem_get_obj() argument 858 gobj = drm_gem_object_lookup(client->filp, bo_hdl); in amdxdna_gem_get_obj() 860 XDNA_DBG(xdna, "Can not find bo %d", bo_hdl); in amdxdna_gem_get_obj()
|