Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_g2g_test.c355 struct xe_gt *root_gt, *gt; in g2g_distribute() local
358 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()
/linux/drivers/gpu/drm/xe/
H A Dxe_device.c1159 struct xe_gt *root_gt; in xe_device_td_flush() local
1164 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()
H A Dxe_guc.c475 struct xe_gt *root_gt = xe_device_get_gt(xe, 0); in guc_g2g_alloc() local
476 struct xe_guc *root_guc = &root_gt->uc.guc; in guc_g2g_alloc()