Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device.c1147 struct xe_gt *root_gt; in xe_device_td_flush() local
1152 root_gt = xe_root_mmio_gt(xe); in xe_device_td_flush()
1153 if (!root_gt) in xe_device_td_flush()
1156 if (XE_GT_WA(root_gt, 16023588340)) { in xe_device_td_flush()
1160 xe_guc_pc_apply_flush_freq_limit(&root_gt->uc.guc.pc); in xe_device_td_flush()
1162 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()