| /linux-6.15/drivers/gpu/drm/xe/display/ |
| H A D | intel_fbdev_fb.c | 44 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_fbdev_fb_alloc() 56 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, size, in intel_fbdev_fb_alloc() 58 XE_BO_FLAG_VRAM_IF_DGFX(xe_device_get_root_tile(xe)) | in intel_fbdev_fb_alloc()
|
| H A D | xe_dsb_buffer.c | 52 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_dsb_buffer_create() 55 XE_BO_FLAG_VRAM_IF_DGFX(xe_device_get_root_tile(xe)) | in intel_dsb_buffer_create()
|
| H A D | xe_fb_pin.c | 24 struct xe_ggtt *ggtt = xe_device_get_root_tile(xe)->mem.ggtt; in write_dpt_rotated() 57 struct xe_ggtt *ggtt = xe_device_get_root_tile(xe)->mem.ggtt; in write_dpt_remapped() 88 struct xe_tile *tile0 = xe_device_get_root_tile(xe); in __xe_pin_fb_vma_dpt() 202 struct xe_ggtt *ggtt = xe_device_get_root_tile(xe)->mem.ggtt; in __xe_pin_fb_vma_ggtt() 296 struct xe_tile *tile = xe_device_get_root_tile(xe); in __xe_pin_fb_vma()
|
| H A D | xe_hdcp_gsc.c | 41 struct xe_tile *tile = xe_device_get_root_tile(xe); in intel_hdcp_gsc_check_status() 81 bo = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, PAGE_SIZE * 2, in intel_hdcp_gsc_initialize_message()
|
| H A D | xe_plane_initial.c | 77 struct xe_tile *tile0 = xe_device_get_root_tile(xe); in initial_plane_bo()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_device.h | 58 static inline struct xe_tile *xe_device_get_root_tile(struct xe_device *xe) in xe_device_get_root_tile() function 75 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_device_get_gt() 117 return xe_device_get_root_tile(xe)->primary_gt; in xe_root_mmio_gt()
|
| H A D | xe_ttm_stolen_mgr.c | 85 struct xe_tile *tile = xe_device_get_root_tile(xe); in detect_bar2_dgfx() 124 struct xe_gt *media_gt = xe_device_get_root_tile(xe)->media_gt; in detect_bar2_integrated()
|
| H A D | xe_mmio.c | 112 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in mmio_fini() 121 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_mmio_probe_early()
|
| H A D | xe_irq.c | 368 struct xe_tile *tile = xe_device_get_root_tile(xe); in xelp_irq_handler() 611 tile = xe_device_get_root_tile(xe); in xe_irq_reset() 660 unmask_and_enable(xe_device_get_root_tile(xe), in xe_irq_postinstall()
|
| H A D | xe_pcode.c | 273 struct xe_tile *tile = xe_device_get_root_tile(xe); in xe_pcode_ready()
|
| H A D | xe_hwmon.c | 463 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_read_i1() 476 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_write_i1()
|
| H A D | xe_vram.c | 311 tile = xe_device_get_root_tile(xe); in xe_vram_probe()
|
| H A D | xe_query.c | 340 if (xe_device_get_root_tile(xe)->mem.vram.usable_size) in query_config()
|
| H A D | xe_pci.c | 593 err = xe_tile_init_early(xe_device_get_root_tile(xe), xe, 0); in xe_info_init_early()
|
| H A D | xe_svm.c | 126 queue_work(xe_device_get_root_tile(xe)->primary_gt->usm.pf_wq, in xe_svm_garbage_collector_add_range()
|
| H A D | xe_bo.c | 1850 tile = xe_device_get_root_tile(xe); in __xe_bo_create_locked() 2924 XE_BO_FLAG_VRAM_IF_DGFX(xe_device_get_root_tile(xe)) | in xe_bo_dumb_create()
|
| H A D | xe_pt.c | 1783 int shift = xe_device_get_root_tile(xe)->media_gt ? 1 : 0; in vma_reserve_fences()
|
| /linux-6.15/drivers/gpu/drm/xe/compat-i915-headers/gem/ |
| H A D | i915_gem_stolen.h | 35 bo = xe_bo_create_locked_range(xe, xe_device_get_root_tile(xe), in i915_gem_stolen_insert_node_in_range()
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_rtp_test.c | 311 struct xe_gt *gt = xe_device_get_root_tile(xe)->primary_gt; in xe_rtp_process_to_sr_tests() 476 struct xe_gt *gt = xe_device_get_root_tile(xe)->primary_gt; in xe_rtp_process_tests()
|
| H A D | xe_guc_buf_kunit.c | 67 ggtt = xe_device_get_root_tile(test->priv)->mem.ggtt; in guc_buf_test_init()
|
| H A D | xe_bo.c | 212 struct xe_vm *vm = xe_migrate_get_vm(xe_device_get_root_tile(xe)->migrate); in evict_test_run_tile()
|
| /linux-6.15/drivers/gpu/drm/xe/compat-i915-headers/ |
| H A D | intel_uncore.h | 31 return xe_device_get_root_tile(xe); in __compat_uncore_to_tile()
|