Searched refs:root_gt (Results 1 – 3 of 3) sorted by relevance
355 struct xe_gt *root_gt, *gt; in g2g_distribute() local358 root_gt = xe_device_get_gt(xe, 0); in g2g_distribute()359 root_gt->uc.guc.g2g.bo = bo; in g2g_distribute()360 root_gt->uc.guc.g2g.owned = true; in g2g_distribute()361 kunit_info(test, "[%d.%d] Assigned 0x%p\n", gt_to_tile(root_gt)->id, root_gt->info.id, bo); in g2g_distribute()
1159 struct xe_gt *root_gt; in xe_device_td_flush() local1164 root_gt = xe_root_mmio_gt(xe); in xe_device_td_flush()1165 if (!root_gt) in xe_device_td_flush()1168 if (XE_GT_WA(root_gt, 16023588340)) { in xe_device_td_flush()1172 xe_guc_pc_apply_flush_freq_limit(&root_gt->uc.guc.pc); in xe_device_td_flush()1174 xe_guc_pc_remove_flush_freq_limit(&root_gt->uc.guc.pc); in xe_device_td_flush()
475 struct xe_gt *root_gt = xe_device_get_gt(xe, 0); in guc_g2g_alloc() local476 struct xe_guc *root_guc = &root_gt->uc.guc; in guc_g2g_alloc()