Symbol: gt_to_tile
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
120
rx_tile = gt_to_tile(rx_gt)->id;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
145
if (gt_to_tile(test_gt)->id != tx_tile)
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
192
u32 near_tile = gt_to_tile(near_gt)->id;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
196
u32 far_tile = gt_to_tile(far_gt)->id;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
310
tile = gt_to_tile(remote_gt)->id;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
361
kunit_info(test, "[%d.%d] Assigned 0x%p\n", gt_to_tile(root_gt)->id, root_gt->info.id, bo);
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
368
gt_to_tile(gt)->id, gt->info.id, gt->uc.guc.g2g.bo);
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
441
gt_to_tile(gt)->id, gt->info.id, bo);
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
445
gt_to_tile(gt)->id, gt->info.id, bo);
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
541
u32 near_tile = gt_to_tile(gt)->id;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
588
tile = gt_to_tile(remote_gt)->id;
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
90
gt_to_tile(gt)->id, G2G_DEV(gt), far_tile, far_dev);
drivers/gpu/drm/xe/xe_assert.h
172
xe_tile_assert_msg(gt_to_tile(__gt), condition, "GT: %u type %d\n" msg, \
drivers/gpu/drm/xe/xe_bb.c
33
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_exec_queue.c
167
struct xe_tile *tile = gt_to_tile(q->gt);
drivers/gpu/drm/xe/xe_exec_queue.c
679
struct xe_tile *tile = gt_to_tile(q->gt);
drivers/gpu/drm/xe/xe_gsc.c
131
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gsc.c
265
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gsc.c
403
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gsc.c
459
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gsc_proxy.c
414
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gsc_proxy.c
493
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt.c
542
err = xe_ggtt_init(gt_to_tile(gt)->mem.ggtt);
drivers/gpu/drm/xe/xe_gt.c
546
xe_lmtt_init(&gt_to_tile(gt)->sriov.pf.lmtt);
drivers/gpu/drm/xe/xe_gt.c
616
gt->usm.bb_pool = xe_sa_bo_manager_init(gt_to_tile(gt),
drivers/gpu/drm/xe/xe_gt.c
624
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt.c
642
xe_lmtt_init_hw(&gt_to_tile(gt)->sriov.pf.lmtt);
drivers/gpu/drm/xe/xe_gt.c
730
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt.c
840
xe_lmtt_init_hw(&gt_to_tile(gt)->sriov.pf.lmtt);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1646
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
2615
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
2688
struct xe_gt *primary_gt = gt_to_tile(gt)->primary_gt;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
3169
struct xe_ggtt *ggtt = gt_to_tile(gt)->mem.ggtt;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
394
u64 ggtt_start = xe_ggtt_start(gt_to_tile(gt)->mem.ggtt);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
395
u64 ggtt_size = xe_ggtt_size(gt_to_tile(gt)->mem.ggtt);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
501
pf_release_ggtt(gt_to_tile(gt), config->ggtt_region);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
509
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
583
size = pf_get_vf_config_ggtt(gt_to_tile(gt)->primary_gt, vfid);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
585
size = pf_get_spare_ggtt(gt_to_tile(gt)->primary_gt);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
715
struct xe_ggtt *ggtt = gt_to_tile(gt)->mem.ggtt;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1148
u64 ggtt_size = xe_tile_sriov_vf_ggtt(gt_to_tile(gt));
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1149
u64 ggtt_base = xe_tile_sriov_vf_ggtt_base(gt_to_tile(gt));
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1157
lmem_size = xe_tile_sriov_vf_lmem(gt_to_tile(gt));
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1234
struct xe_gt *primary_gt = gt_to_tile(gt)->primary_gt;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1483
struct xe_memirq *memirq = &gt_to_tile(gt)->memirq;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
1497
struct xe_memirq *memirq = &gt_to_tile(gt)->memirq;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
490
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
529
xe_tile_sriov_vf_fixup_ggtt_nodes_locked(gt_to_tile(gt), shift);
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
543
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt_sysfs.c
34
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt_types.h
107
const struct xe_gt * : (const struct xe_device *)(gt_to_tile(gt__)->xe), \
drivers/gpu/drm/xe/xe_gt_types.h
108
struct xe_gt * : gt_to_tile(gt__)->xe)
drivers/gpu/drm/xe/xe_guc.c
1332
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc.c
408
u32 near_tile = gt_to_tile(near_gt)->id;
drivers/gpu/drm/xe/xe_guc.c
410
u32 far_tile = gt_to_tile(far_gt)->id;
drivers/gpu/drm/xe/xe_guc.c
467
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc.c
545
far_tile = gt_to_tile(far_gt)->id;
drivers/gpu/drm/xe/xe_guc.c
570
tile = gt_to_tile(far_gt)->id;
drivers/gpu/drm/xe/xe_guc.c
62
addr = __xe_bo_ggtt_addr(bo, gt_to_tile(guc_to_gt(guc))->id);
drivers/gpu/drm/xe/xe_guc.c
689
struct xe_tile *tile = gt_to_tile(guc_to_gt(guc));
drivers/gpu/drm/xe/xe_guc_ads.c
391
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc_buf.c
32
sam = __xe_sa_bo_manager_init(gt_to_tile(gt), size, 0, sizeof(u32), 0);
drivers/gpu/drm/xe/xe_guc_ct.c
356
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc_ct.c
386
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc_engine_activity.c
94
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc_hwconfig.c
56
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc_log.c
627
struct xe_tile *tile = gt_to_tile(log_to_gt(log));
drivers/gpu/drm/xe/xe_guc_pc.c
1107
XE_WARN_ON(xe_pcode_init_min_freq_table(gt_to_tile(pc_to_gt(pc)), min, max));
drivers/gpu/drm/xe/xe_guc_pc.c
1361
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc_pc.c
861
struct xe_tile *tile = gt_to_tile(pc_to_gt(pc));
drivers/gpu/drm/xe/xe_huc.c
111
struct xe_tile *tile = gt_to_tile(huc_to_gt(huc));
drivers/gpu/drm/xe/xe_huc.c
53
bo = xe_managed_bo_create_pin_map(xe, gt_to_tile(gt),
drivers/gpu/drm/xe/xe_hw_engine.c
610
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_lrc.c
1025
u64 desc = xe_vm_pdp4_descriptor(vm, gt_to_tile(lrc->gt));
drivers/gpu/drm/xe/xe_lrc.c
1442
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_lrc.c
650
struct xe_memirq *memirq = &gt_to_tile(hwe->gt)->memirq;
drivers/gpu/drm/xe/xe_migrate.c
2530
struct xe_migrate *m = gt_to_tile(q->gt)->migrate;
drivers/gpu/drm/xe/xe_page_reclaim.c
64
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_pagefault.c
70
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_pxp_submit.c
38
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_pxp_submit.c
89
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_query.c
390
gt_list->gt_list[iter].tile_id = gt_to_tile(gt)->id;
drivers/gpu/drm/xe/xe_query.c
411
BIT(gt_to_tile(gt)->mem.vram->id) << 1;
drivers/gpu/drm/xe/xe_svm.c
1204
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_uc_fw.c
795
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_vram.c
94
xe_assert_msg(xe, offset == (xe_mmio_read64_2x32(&gt_to_tile(gt)->mmio, GSMBASE) -