Searched refs:g2g (Results 1 – 2 of 2) sorted by relevance
412 g2g_bo = near_guc->g2g.bo; in guc_g2g_register()464 if (guc->g2g.bo) in guc_g2g_alloc()476 guc->g2g.bo = bo; in guc_g2g_alloc()477 guc->g2g.owned = false; in guc_g2g_alloc()491 guc->g2g.bo = bo; in guc_g2g_alloc()492 guc->g2g.owned = true; in guc_g2g_alloc()499 if (!guc->g2g.bo) in guc_g2g_fini()503 if (!guc->g2g.owned) in guc_g2g_fini()504 xe_bo_put(guc->g2g.bo); in guc_g2g_fini()506 guc->g2g.bo = NULL; in guc_g2g_fini()[all …]
78 } g2g; member