Symbol: xe_tile
drivers/gpu/drm/xe/display/xe_fb_pin.c
228
struct xe_tile *tile0 = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/display/xe_fb_pin.c
88
struct xe_tile *tile0 = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
38
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/display/xe_initial_plane.c
47
struct xe_tile *tile0 = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/tests/xe_bo.c
127
static void ccs_test_run_tile(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/tests/xe_bo.c
175
struct xe_tile *tile;
drivers/gpu/drm/xe/tests/xe_bo.c
207
static int evict_test_run_tile(struct xe_device *xe, struct xe_tile *tile, struct kunit *test)
drivers/gpu/drm/xe/tests/xe_bo.c
25
static int ccs_test_migrate(struct xe_tile *tile, struct xe_bo *bo,
drivers/gpu/drm/xe/tests/xe_bo.c
349
struct xe_tile *tile;
drivers/gpu/drm/xe/tests/xe_guc_buf_kunit.c
20
struct xe_tile *tile,
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
402
static void g2g_alloc_tile(struct kunit *test, struct xe_device *xe, struct xe_tile *tile)
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
598
static void g2g_reinit(struct kunit *test, struct xe_device *xe, int ctb_type, struct xe_tile *tile)
drivers/gpu/drm/xe/tests/xe_guc_g2g_test.c
747
struct xe_tile *tile;
drivers/gpu/drm/xe/tests/xe_migrate.c
188
struct xe_tile *tile = m->tile;
drivers/gpu/drm/xe/tests/xe_migrate.c
344
struct xe_tile *tile;
drivers/gpu/drm/xe/tests/xe_migrate.c
368
static struct dma_fence *blt_copy(struct xe_tile *tile,
drivers/gpu/drm/xe/tests/xe_migrate.c
494
static void test_migrate(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/tests/xe_migrate.c
582
static void test_clear(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/tests/xe_migrate.c
637
static void validate_ccs_test_run_tile(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/tests/xe_migrate.c
746
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_assert.h
146
const struct xe_tile *__tile = (tile); \
drivers/gpu/drm/xe/xe_bb.c
33
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_bo.c
169
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_bo.c
1707
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_bo.c
2133
struct xe_tile *tile, struct dma_resv *resv,
drivers/gpu/drm/xe/xe_bo.c
2307
struct xe_tile *tile, struct xe_vm *vm,
drivers/gpu/drm/xe/xe_bo.c
2353
struct xe_tile *t;
drivers/gpu/drm/xe/xe_bo.c
2404
struct xe_bo *xe_bo_create_locked(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2413
static struct xe_bo *xe_bo_create_novm(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2494
struct xe_bo *xe_bo_create_pin_range_novm(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2527
struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2588
xe_bo_create_pin_map_at_novm(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2631
struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2657
struct xe_bo *xe_bo_create_pin_map_novm(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2669
struct xe_bo *xe_managed_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2692
struct xe_bo *xe_managed_bo_create_from_data(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.c
2718
int xe_managed_bo_reinit_in_vram(struct xe_device *xe, struct xe_tile *tile, struct xe_bo **src)
drivers/gpu/drm/xe/xe_bo.c
3601
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_bo.h
100
struct xe_bo *xe_bo_create_locked(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.h
106
struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.h
110
struct xe_bo *xe_bo_create_pin_map_novm(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.h
113
struct xe_bo *xe_bo_create_pin_range_novm(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.h
117
xe_bo_create_pin_map_at_novm(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.h
120
struct xe_bo *xe_managed_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.h
123
struct xe_bo *xe_managed_bo_create_from_data(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_bo.h
125
int xe_managed_bo_reinit_in_vram(struct xe_device *xe, struct xe_tile *tile, struct xe_bo **src);
drivers/gpu/drm/xe/xe_bo.h
96
struct xe_tile *tile, struct dma_resv *resv,
drivers/gpu/drm/xe/xe_bo_evict.c
162
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_bo_evict.c
201
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_bo_evict.c
245
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_bo_evict.c
275
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_bo_types.h
43
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_debugfs.c
518
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_device.c
850
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_device.h
58
static inline struct xe_tile *xe_device_get_root_tile(struct xe_device *xe)
drivers/gpu/drm/xe/xe_device.h
72
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_device_sysfs.c
118
struct xe_tile *root = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_device_sysfs.c
162
struct xe_tile *root = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_device_sysfs.c
81
struct xe_tile *root = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_device_types.h
109
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_device_types.h
523
struct xe_tile tiles[XE_MAX_TILES_PER_DEVICE];
drivers/gpu/drm/xe/xe_device_types.h
96
const struct xe_tile * : (const struct xe_device *)((tile__)->xe), \
drivers/gpu/drm/xe/xe_device_types.h
97
struct xe_tile * : (tile__)->xe)
drivers/gpu/drm/xe/xe_eu_stall.c
635
struct xe_tile *tile = stream->gt->tile;
drivers/gpu/drm/xe/xe_exec_queue.c
1097
struct xe_tile *tile;
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
424
struct xe_tile *tile,
drivers/gpu/drm/xe/xe_exec_queue.c
679
struct xe_tile *tile = gt_to_tile(q->gt);
drivers/gpu/drm/xe/xe_exec_queue.h
30
struct xe_tile *tile,
drivers/gpu/drm/xe/xe_ggtt.c
126
struct xe_tile *tile = ggtt->tile;
drivers/gpu/drm/xe/xe_ggtt.c
240
struct xe_ggtt *xe_ggtt_alloc(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_ggtt.c
608
struct xe_tile *tile = ggtt->tile;
drivers/gpu/drm/xe/xe_ggtt.c
631
struct xe_tile *tile __maybe_unused = ggtt->tile;
drivers/gpu/drm/xe/xe_ggtt.h
12
struct xe_tile;
drivers/gpu/drm/xe/xe_ggtt.h
15
struct xe_ggtt *xe_ggtt_alloc(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_ggtt_types.h
25
struct xe_tile *tile;
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
624
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt.c
66
struct xe_gt *xe_gt_alloc(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_gt.c
730
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_gt.h
47
struct xe_gt *xe_gt_alloc(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1519
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1542
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1557
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
1572
struct xe_tile *tile;
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
1820
struct xe_tile *tile = gt->tile;
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
2583
static int pf_sanitize_lmem(struct xe_tile *tile, struct xe_bo *bo, long timeout)
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
473
static int pf_distribute_config_ggtt(struct xe_tile *tile, unsigned int vfid, u64 start, u64 size)
drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c
485
static void pf_release_ggtt(struct xe_tile *tile, struct xe_ggtt_node *node)
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_vf.c
490
struct xe_tile *tile = gt_to_tile(gt);
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
102
const struct xe_gt * : (const struct xe_tile *)((gt__)->tile), \
drivers/gpu/drm/xe/xe_gt_types.h
125
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_guc.c
1332
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_guc.c
467
struct xe_tile *tile = gt_to_tile(gt);
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_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
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_hw_engine.c
610
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_hw_error.c
100
static void hw_error_source_handler(struct xe_tile *tile, const enum hardware_error hw_err)
drivers/gpu/drm/xe/xe_hw_error.c
137
void xe_hw_error_irq_handler(struct xe_tile *tile, const u32 master_ctl)
drivers/gpu/drm/xe/xe_hw_error.c
154
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_hw_error.c
174
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_hw_error.c
56
struct xe_tile *tile = container_of(work, typeof(*tile), csc_hw_error_work);
drivers/gpu/drm/xe/xe_hw_error.c
65
static void csc_hw_error_handler(struct xe_tile *tile, const enum hardware_error hw_err)
drivers/gpu/drm/xe/xe_hw_error.h
10
struct xe_tile;
drivers/gpu/drm/xe/xe_hw_error.h
13
void xe_hw_error_irq_handler(struct xe_tile *tile, const u32 master_ctl);
drivers/gpu/drm/xe/xe_hwmon.c
186
struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
drivers/gpu/drm/xe/xe_hwmon.c
221
struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
drivers/gpu/drm/xe/xe_hwmon.c
757
struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
drivers/gpu/drm/xe/xe_hwmon.c
782
struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
drivers/gpu/drm/xe/xe_hwmon.c
805
struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
drivers/gpu/drm/xe/xe_hwmon.c
827
struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
drivers/gpu/drm/xe/xe_hwmon.c
840
struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
drivers/gpu/drm/xe/xe_hwmon.c
849
struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe);
drivers/gpu/drm/xe/xe_irq.c
324
static struct xe_gt *pick_engine_gt(struct xe_tile *tile,
drivers/gpu/drm/xe/xe_irq.c
352
static void gt_irq_handler(struct xe_tile *tile,
drivers/gpu/drm/xe/xe_irq.c
415
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_irq.c
477
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_irq.c
539
static void gt_irq_reset(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_irq.c
593
static void xelp_irq_reset(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_irq.c
605
static void dg1_irq_reset(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_irq.c
618
static void dg1_irq_reset_mstr(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_irq.c
62
static void unmask_and_enable(struct xe_tile *tile, u32 irqregs, u32 bits)
drivers/gpu/drm/xe/xe_irq.c
627
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_irq.c
647
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_irq.c
683
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_irq.c
702
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_irq.c
729
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_irq.c
80
static void mask_and_disable(struct xe_tile *tile, u32 irqregs)
drivers/gpu/drm/xe/xe_irq.c
908
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_irq.h
14
struct xe_tile;
drivers/gpu/drm/xe/xe_late_bind_fw.c
190
struct xe_tile *root_tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_lmtt.c
198
struct xe_tile *tile = lmtt_to_tile(lmtt);
drivers/gpu/drm/xe/xe_lmtt.c
242
struct xe_tile *tile = lmtt_to_tile(lmtt);
drivers/gpu/drm/xe/xe_lmtt.c
280
struct xe_tile *tile = lmtt_to_tile(lmtt);
drivers/gpu/drm/xe/xe_lmtt.c
45
static struct xe_tile *lmtt_to_tile(struct xe_lmtt *lmtt)
drivers/gpu/drm/xe/xe_lmtt.c
47
return container_of(lmtt, struct xe_tile, sriov.pf.lmtt);
drivers/gpu/drm/xe/xe_lrc.c
1442
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_memirq.c
168
struct xe_tile *tile = memirq_to_tile(memirq);
drivers/gpu/drm/xe/xe_memirq.c
35
static struct xe_tile *memirq_to_tile(struct xe_memirq *memirq)
drivers/gpu/drm/xe/xe_memirq.c
37
return container_of(memirq, struct xe_tile, memirq);
drivers/gpu/drm/xe/xe_memirq.c
509
struct xe_tile *tile = memirq_to_tile(memirq);
drivers/gpu/drm/xe/xe_mert.c
21
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_mert.c
38
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_mert.c
61
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_mert.c
99
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_migrate.c
1096
int xe_migrate_ccs_rw_copy(struct xe_tile *tile, struct xe_exec_queue *q,
drivers/gpu/drm/xe/xe_migrate.c
1289
struct xe_tile *tile = vram_bo->tile;
drivers/gpu/drm/xe/xe_migrate.c
1644
static void write_pgtable(struct xe_tile *tile, struct xe_bb *bb, u64 ppgtt_ofs,
drivers/gpu/drm/xe/xe_migrate.c
1764
struct xe_tile *tile = m->tile;
drivers/gpu/drm/xe/xe_migrate.c
186
static int xe_migrate_prepare_vm(struct xe_tile *tile, struct xe_migrate *m,
drivers/gpu/drm/xe/xe_migrate.c
2360
struct xe_tile *tile = m->tile;
drivers/gpu/drm/xe/xe_migrate.c
404
struct xe_migrate *xe_migrate_alloc(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_migrate.c
413
static int xe_migrate_lock_prepare_vm(struct xe_tile *tile, struct xe_migrate *m, struct xe_vm *vm)
drivers/gpu/drm/xe/xe_migrate.c
439
struct xe_tile *tile = m->tile;
drivers/gpu/drm/xe/xe_migrate.c
52
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_migrate.h
113
struct xe_migrate *xe_migrate_alloc(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_migrate.h
135
int xe_migrate_ccs_rw_copy(struct xe_tile *tile, struct xe_exec_queue *q,
drivers/gpu/drm/xe/xe_migrate.h
24
struct xe_tile;
drivers/gpu/drm/xe/xe_migrate.h
56
struct xe_tile *tile, struct iosys_map *map,
drivers/gpu/drm/xe/xe_migrate.h
74
struct xe_tile *tile, struct iosys_map *map,
drivers/gpu/drm/xe/xe_mmio.c
122
void xe_mmio_init(struct xe_mmio *mmio, struct xe_tile *tile, void __iomem *ptr, u32 size)
drivers/gpu/drm/xe/xe_mmio.c
28
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_mmio.c
393
struct xe_tile *tile = base->tile;
drivers/gpu/drm/xe/xe_mmio.c
56
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_mmio.c
82
struct xe_tile *root_tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_mmio.c
91
struct xe_tile *root_tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_mmio.h
17
void xe_mmio_init(struct xe_mmio *mmio, struct xe_tile *tile, void __iomem *ptr, u32 size);
drivers/gpu/drm/xe/xe_page_reclaim.c
31
bool xe_page_reclaim_skip(struct xe_tile *tile, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_page_reclaim.c
64
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_page_reclaim.h
21
struct xe_tile;
drivers/gpu/drm/xe/xe_page_reclaim.h
74
bool xe_page_reclaim_skip(struct xe_tile *tile, struct xe_vma *vma);
drivers/gpu/drm/xe/xe_pagefault.c
70
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_pci.c
768
static struct xe_gt *alloc_primary_gt(struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pci.c
800
static struct xe_gt *alloc_media_gt(struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pci.c
840
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_pcode.c
101
static int pcode_mailbox_rw(struct xe_tile *tile, u32 mbox, u32 *data0, u32 *data1,
drivers/gpu/drm/xe/xe_pcode.c
113
int xe_pcode_write_timeout(struct xe_tile *tile, u32 mbox, u32 data, int timeout)
drivers/gpu/drm/xe/xe_pcode.c
124
int xe_pcode_write64_timeout(struct xe_tile *tile, u32 mbox, u32 data0, u32 data1, int timeout)
drivers/gpu/drm/xe/xe_pcode.c
135
int xe_pcode_read(struct xe_tile *tile, u32 mbox, u32 *val, u32 *val1)
drivers/gpu/drm/xe/xe_pcode.c
146
static int pcode_try_request(struct xe_tile *tile, u32 mbox,
drivers/gpu/drm/xe/xe_pcode.c
193
int xe_pcode_request(struct xe_tile *tile, u32 mbox, u32 request,
drivers/gpu/drm/xe/xe_pcode.c
254
int xe_pcode_init_min_freq_table(struct xe_tile *tile, u32 min_gt_freq,
drivers/gpu/drm/xe/xe_pcode.c
297
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_pcode.c
33
static int pcode_mailbox_status(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_pcode.c
332
void xe_pcode_init(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_pcode.c
358
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_pcode.c
366
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_pcode.c
375
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_pcode.c
70
static int __pcode_mailbox_rw(struct xe_tile *tile, u32 mbox, u32 *data0, u32 *data1,
drivers/gpu/drm/xe/xe_pcode.h
13
struct xe_tile;
drivers/gpu/drm/xe/xe_pcode.h
15
void xe_pcode_init(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_pcode.h
18
int xe_pcode_init_min_freq_table(struct xe_tile *tile, u32 min_gt_freq,
drivers/gpu/drm/xe/xe_pcode.h
20
int xe_pcode_read(struct xe_tile *tile, u32 mbox, u32 *val, u32 *val1);
drivers/gpu/drm/xe/xe_pcode.h
21
int xe_pcode_write_timeout(struct xe_tile *tile, u32 mbox, u32 val,
drivers/gpu/drm/xe/xe_pcode.h
23
int xe_pcode_write64_timeout(struct xe_tile *tile, u32 mbox, u32 data0,
drivers/gpu/drm/xe/xe_pcode.h
29
int xe_pcode_request(struct xe_tile *tile, u32 mbox, u32 request,
drivers/gpu/drm/xe/xe_pm.c
231
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_psmi.c
71
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_pt.c
103
struct xe_pt *xe_pt_create(struct xe_vm *vm, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
1157
xe_pt_prepare_bind(struct xe_tile *tile, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
1527
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_pt.c
1585
static int generate_reclaim_entry(struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
163
void xe_pt_populate_empty(struct xe_tile *tile, struct xe_vm *vm,
drivers/gpu/drm/xe/xe_pt.c
1802
static unsigned int xe_pt_stage_unbind(struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
1835
struct xe_tile *tile, struct iosys_map *map,
drivers/gpu/drm/xe/xe_pt.c
1943
static int bind_op_prepare(struct xe_vm *vm, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
2010
static int bind_range_prepare(struct xe_vm *vm, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
2052
static int unbind_op_prepare(struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
2133
struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
2173
struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
2282
int xe_pt_update_ops_prepare(struct xe_tile *tile, struct xe_vma_ops *vops)
drivers/gpu/drm/xe/xe_pt.c
2320
static void bind_op_commit(struct xe_vm *vm, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
2362
static void unbind_op_commit(struct xe_vm *vm, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
2406
struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.c
2518
xe_pt_update_ops_run(struct xe_tile *tile, struct xe_vma_ops *vops)
drivers/gpu/drm/xe/xe_pt.c
2696
void xe_pt_update_ops_fini(struct xe_tile *tile, struct xe_vma_ops *vops)
drivers/gpu/drm/xe/xe_pt.c
2722
void xe_pt_update_ops_abort(struct xe_tile *tile, struct xe_vma_ops *vops)
drivers/gpu/drm/xe/xe_pt.c
290
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_pt.c
61
static u64 __xe_pt_empty_pte(struct xe_tile *tile, struct xe_vm *vm,
drivers/gpu/drm/xe/xe_pt.c
697
xe_pt_stage_bind(struct xe_tile *tile, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_pt.c
846
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_pt.c
903
bool xe_pt_zap_ptes(struct xe_tile *tile, struct xe_vma *vma)
drivers/gpu/drm/xe/xe_pt.c
945
bool xe_pt_zap_ptes_range(struct xe_tile *tile, struct xe_vm *vm,
drivers/gpu/drm/xe/xe_pt.c
983
xe_vm_populate_pgtable(struct xe_migrate_pt_update *pt_update, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.h
19
struct xe_tile;
drivers/gpu/drm/xe/xe_pt.h
32
struct xe_pt *xe_pt_create(struct xe_vm *vm, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.h
35
void xe_pt_populate_empty(struct xe_tile *tile, struct xe_vm *vm,
drivers/gpu/drm/xe/xe_pt.h
42
int xe_pt_update_ops_prepare(struct xe_tile *tile, struct xe_vma_ops *vops);
drivers/gpu/drm/xe/xe_pt.h
43
struct dma_fence *xe_pt_update_ops_run(struct xe_tile *tile,
drivers/gpu/drm/xe/xe_pt.h
45
void xe_pt_update_ops_fini(struct xe_tile *tile, struct xe_vma_ops *vops);
drivers/gpu/drm/xe/xe_pt.h
46
void xe_pt_update_ops_abort(struct xe_tile *tile, struct xe_vma_ops *vops);
drivers/gpu/drm/xe/xe_pt.h
48
bool xe_pt_zap_ptes(struct xe_tile *tile, struct xe_vma *vma);
drivers/gpu/drm/xe/xe_pt.h
49
bool xe_pt_zap_ptes_range(struct xe_tile *tile, struct xe_vm *vm,
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
594
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_sa.c
47
struct xe_sa_manager *__xe_sa_bo_manager_init(struct xe_tile *tile, u32 size,
drivers/gpu/drm/xe/xe_sa.h
15
struct xe_tile;
drivers/gpu/drm/xe/xe_sa.h
18
struct xe_sa_manager *__xe_sa_bo_manager_init(struct xe_tile *tile, u32 size,
drivers/gpu/drm/xe/xe_sa.h
22
static inline struct xe_sa_manager *xe_sa_bo_manager_init(struct xe_tile *tile, u32 size, u32 align)
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
325
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
142
static int alloc_bb_pool(struct xe_tile *tile, struct xe_sriov_vf_ccs_ctx *ctx)
drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
332
struct xe_tile *tile = xe_device_get_root_tile(xe);
drivers/gpu/drm/xe/xe_sriov_vf_ccs.c
415
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_svm.c
1204
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_svm.c
1514
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_svm.c
1567
struct drm_pagemap *xe_vma_resolve_pagemap(struct xe_vma *vma, struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.c
159
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_svm.c
1855
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_svm.c
1901
int xe_pagemap_cache_create(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.c
1994
int xe_pagemap_cache_create(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.c
2006
struct drm_pagemap *xe_vma_resolve_pagemap(struct xe_vma *vma, struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.c
230
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_svm.c
812
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_svm.c
944
struct xe_tile *tile,
drivers/gpu/drm/xe/xe_svm.h
122
struct drm_pagemap *xe_vma_resolve_pagemap(struct xe_vma *vma, struct xe_tile *tile);
drivers/gpu/drm/xe/xe_svm.h
189
int xe_pagemap_cache_create(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_svm.h
204
struct xe_tile;
drivers/gpu/drm/xe/xe_svm.h
227
int xe_devm_add(struct xe_tile *tile, struct xe_vram_region *vr)
drivers/gpu/drm/xe/xe_svm.h
25
struct xe_tile;
drivers/gpu/drm/xe/xe_svm.h
361
struct drm_pagemap *xe_vma_resolve_pagemap(struct xe_vma *vma, struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.h
380
static inline int xe_pagemap_cache_create(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_svm.h
80
int xe_devm_add(struct xe_tile *tile, struct xe_vram_region *vr);
drivers/gpu/drm/xe/xe_sync.c
349
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_tile.c
114
int xe_tile_alloc_vram(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile.c
149
int xe_tile_init_early(struct xe_tile *tile, struct xe_device *xe, u8 id)
drivers/gpu/drm/xe/xe_tile.c
180
int xe_tile_init_noalloc(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile.c
202
int xe_tile_init(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile.c
221
void xe_tile_migrate_wait(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile.c
234
struct drm_pagemap *xe_tile_local_pagemap(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile.c
92
static int xe_tile_alloc(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile.h
12
struct xe_tile;
drivers/gpu/drm/xe/xe_tile.h
14
int xe_tile_init_early(struct xe_tile *tile, struct xe_device *xe, u8 id);
drivers/gpu/drm/xe/xe_tile.h
15
int xe_tile_init_noalloc(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile.h
16
int xe_tile_init(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile.h
18
int xe_tile_alloc_vram(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile.h
20
void xe_tile_migrate_wait(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile.h
22
static inline bool xe_tile_is_root(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile.h
34
static inline struct xe_vram_region *xe_tile_to_vr(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile.h
40
struct drm_pagemap *xe_tile_local_pagemap(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile.h
42
static inline struct drm_pagemap *xe_tile_local_pagemap(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_debugfs.c
109
static void tile_debugfs_create_vram_mm(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_debugfs.c
123
void xe_tile_debugfs_register(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_debugfs.c
14
static struct xe_tile *node_to_tile(struct drm_info_node *node)
drivers/gpu/drm/xe/xe_tile_debugfs.c
65
struct xe_tile *tile = node_to_tile(node);
drivers/gpu/drm/xe/xe_tile_debugfs.c
66
int (*print)(struct xe_tile *, struct drm_printer *) = node->info_ent->data;
drivers/gpu/drm/xe/xe_tile_debugfs.c
83
struct xe_tile *tile = node_to_tile(node);
drivers/gpu/drm/xe/xe_tile_debugfs.c
90
static int ggtt(struct xe_tile *tile, struct drm_printer *p)
drivers/gpu/drm/xe/xe_tile_debugfs.c
95
static int sa_info(struct xe_tile *tile, struct drm_printer *p)
drivers/gpu/drm/xe/xe_tile_debugfs.h
10
struct xe_tile;
drivers/gpu/drm/xe/xe_tile_debugfs.h
12
void xe_tile_debugfs_register(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile_printk.h
102
static inline struct drm_printer xe_tile_info_printer(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_printk.h
117
static inline struct drm_printer xe_tile_dbg_printer(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_printk.h
54
struct xe_tile *tile = p->arg;
drivers/gpu/drm/xe/xe_tile_printk.h
61
struct xe_tile *tile = p->arg;
drivers/gpu/drm/xe/xe_tile_printk.h
68
struct xe_tile *tile = p->arg;
drivers/gpu/drm/xe/xe_tile_printk.h
87
static inline struct drm_printer xe_tile_err_printer(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
101
static int pf_config_print_vram(struct xe_tile *tile, struct drm_printer *p)
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
135
struct xe_tile *tile = extract_tile(data); \
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
155
struct xe_tile *tile = extract_tile(data); \
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
168
static void pf_add_config_attrs(struct xe_tile *tile, struct dentry *dent, unsigned int vfid)
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
183
static void pf_populate_tile(struct xe_tile *tile, struct dentry *dent, unsigned int vfid)
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
217
void xe_tile_sriov_pf_debugfs_populate(struct xe_tile *tile, struct dentry *parent,
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
43
static struct xe_tile *extract_tile(struct dentry *d)
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
70
static int pf_config_print_available_ggtt(struct xe_tile *tile, struct drm_printer *p)
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.c
75
static int pf_config_print_ggtt(struct xe_tile *tile, struct drm_printer *p)
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.h
10
struct xe_tile;
drivers/gpu/drm/xe/xe_tile_sriov_pf_debugfs.h
12
void xe_tile_sriov_pf_debugfs_populate(struct xe_tile *tile, struct dentry *parent,
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
100
static int vf_balloon_ggtt(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
116
void xe_tile_sriov_vf_deballoon_ggtt_locked(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
124
static void vf_deballoon_ggtt(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
131
static void vf_fini_ggtt_balloons(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
141
struct xe_tile *tile = arg;
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
155
int xe_tile_sriov_vf_prepare_ggtt(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
17
static int vf_init_ggtt_balloons(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
242
void xe_tile_sriov_vf_fixup_ggtt_nodes_locked(struct xe_tile *tile, s64 shift)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
261
u64 xe_tile_sriov_vf_lmem(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
277
void xe_tile_sriov_vf_lmem_store(struct xe_tile *tile, u64 lmem_size)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
294
u64 xe_tile_sriov_vf_ggtt(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
310
void xe_tile_sriov_vf_ggtt_store(struct xe_tile *tile, u64 ggtt_size)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
327
u64 xe_tile_sriov_vf_ggtt_base(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
343
void xe_tile_sriov_vf_ggtt_base_store(struct xe_tile *tile, u64 ggtt_base)
drivers/gpu/drm/xe/xe_tile_sriov_vf.c
42
static int xe_tile_sriov_vf_balloon_ggtt_locked(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
11
struct xe_tile;
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
13
int xe_tile_sriov_vf_prepare_ggtt(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
14
void xe_tile_sriov_vf_deballoon_ggtt_locked(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
15
void xe_tile_sriov_vf_fixup_ggtt_nodes_locked(struct xe_tile *tile, s64 shift);
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
16
u64 xe_tile_sriov_vf_ggtt(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
17
void xe_tile_sriov_vf_ggtt_store(struct xe_tile *tile, u64 ggtt_size);
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
18
u64 xe_tile_sriov_vf_ggtt_base(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
19
void xe_tile_sriov_vf_ggtt_base_store(struct xe_tile *tile, u64 ggtt_size);
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
20
u64 xe_tile_sriov_vf_lmem(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile_sriov_vf.h
21
void xe_tile_sriov_vf_lmem_store(struct xe_tile *tile, u64 lmem_size);
drivers/gpu/drm/xe/xe_tile_sysfs.c
27
struct xe_tile *tile = arg;
drivers/gpu/drm/xe/xe_tile_sysfs.c
32
int xe_tile_sysfs_init(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_tile_sysfs.h
11
int xe_tile_sysfs_init(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_tile_sysfs.h
13
static inline struct xe_tile *
drivers/gpu/drm/xe/xe_tile_sysfs_types.h
11
struct xe_tile;
drivers/gpu/drm/xe/xe_tile_sysfs_types.h
24
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_ttm_vram_mgr.c
364
struct xe_tile *tile = &xe->tiles[res->mem_type - XE_PL_VRAM0];
drivers/gpu/drm/xe/xe_ttm_vram_mgr.h
13
struct xe_tile;
drivers/gpu/drm/xe/xe_uc_fw.c
795
struct xe_tile *tile = gt_to_tile(gt);
drivers/gpu/drm/xe/xe_vm.c
1421
static int xe_vm_create_scratch(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_vm.c
1444
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
1464
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
1484
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
1705
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
1736
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
1846
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
1894
u64 xe_vm_pdp4_descriptor(struct xe_vm *vm, struct xe_tile *tile)
drivers/gpu/drm/xe/xe_vm.c
2341
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
2621
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
3133
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
3159
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
3971
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
4028
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
747
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
837
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
919
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.c
998
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vm.h
197
u64 xe_vm_pdp4_descriptor(struct xe_vm *vm, struct xe_tile *tile);
drivers/gpu/drm/xe/xe_vm_madvise.c
196
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vram.c
126
static int tile_vram_size(struct xe_tile *tile, u64 *vram_size,
drivers/gpu/drm/xe/xe_vram.c
135
struct xe_tile *t;
drivers/gpu/drm/xe/xe_vram.c
179
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vram.c
262
struct xe_tile *tile;
drivers/gpu/drm/xe/xe_vram_freq.c
103
int xe_vram_freq_sysfs_init(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_vram_freq.c
27
static struct xe_tile *dev_to_tile(struct device *dev)
drivers/gpu/drm/xe/xe_vram_freq.c
35
struct xe_tile *tile = dev_to_tile(dev);
drivers/gpu/drm/xe/xe_vram_freq.c
57
struct xe_tile *tile = dev_to_tile(dev);
drivers/gpu/drm/xe/xe_vram_freq.h
11
int xe_vram_freq_sysfs_init(struct xe_tile *tile);
drivers/gpu/drm/xe/xe_vram_freq.h
9
struct xe_tile;
drivers/gpu/drm/xe/xe_wa.c
1097
void xe_wa_apply_tile_workarounds(struct xe_tile *tile)
drivers/gpu/drm/xe/xe_wa.h
14
struct xe_tile;
drivers/gpu/drm/xe/xe_wa.h
23
void xe_wa_apply_tile_workarounds(struct xe_tile *tile);