Home
last modified time | relevance | path

Searched refs:xe_device_get_root_tile (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/gpu/drm/xe/display/
H A Dintel_fbdev_fb.c43 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_fbdev_fb_alloc()
55 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, size, in intel_fbdev_fb_alloc()
57 XE_BO_FLAG_VRAM_IF_DGFX(xe_device_get_root_tile(xe)) | in intel_fbdev_fb_alloc()
H A Dxe_dsb_buffer.c51 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_dsb_buffer_create()
54 XE_BO_FLAG_VRAM_IF_DGFX(xe_device_get_root_tile(xe)) | in intel_dsb_buffer_create()
H A Dxe_fb_pin.c22 struct xe_ggtt *ggtt = xe_device_get_root_tile(xe)->mem.ggtt; in write_dpt_rotated()
55 struct xe_ggtt *ggtt = xe_device_get_root_tile(xe)->mem.ggtt; in write_dpt_remapped()
85 struct xe_tile *tile0 = xe_device_get_root_tile(xe); in __xe_pin_fb_vma_dpt()
190 struct xe_ggtt *ggtt = xe_device_get_root_tile(xe)->mem.ggtt; in __xe_pin_fb_vma_ggtt()
281 struct xe_tile *tile = xe_device_get_root_tile(xe); in __xe_pin_fb_vma()
H A Dxe_hdcp_gsc.c40 struct xe_tile *tile = xe_device_get_root_tile(xe); in intel_hdcp_gsc_check_status()
77 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 Dxe_plane_initial.c60 struct xe_tile *tile0 = xe_device_get_root_tile(xe); in initial_plane_bo()
/linux/drivers/gpu/drm/xe/
H A Dxe_device.h56 static inline struct xe_tile *xe_device_get_root_tile(struct xe_device *xe) in xe_device_get_root_tile() function
73 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_device_get_gt()
115 return xe_device_get_root_tile(xe)->primary_gt; in xe_root_mmio_gt()
H A Dxe_ttm_stolen_mgr.c62 struct xe_tile *tile = xe_device_get_root_tile(xe); in detect_bar2_dgfx()
118 struct xe_gt *media_gt = xe_device_get_root_tile(xe)->media_gt; in detect_bar2_integrated()
H A Dxe_mmio.c149 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in mmio_fini()
158 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_mmio_init()
H A Dxe_irq.c346 struct xe_tile *tile = xe_device_get_root_tile(xe); in xelp_irq_handler()
590 tile = xe_device_get_root_tile(xe); in xe_irq_reset()
631 unmask_and_enable(xe_device_get_root_tile(xe), in xe_irq_postinstall()
H A Dxe_pcode.c273 struct xe_tile *tile = xe_device_get_root_tile(xe); in xe_pcode_ready()
H A Dxe_hwmon.c445 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_read_i1()
458 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_write_i1()
H A Dxe_vram.c308 tile = xe_device_get_root_tile(xe); in xe_vram_probe()
H A Dxe_query.c341 if (xe_device_get_root_tile(xe)->mem.vram.usable_size) in query_config()
H A Dxe_bo.c1476 tile = xe_device_get_root_tile(xe); in __xe_bo_create_locked()
2368 XE_BO_FLAG_VRAM_IF_DGFX(xe_device_get_root_tile(xe)) | in xe_bo_dumb_create()
/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_uncore.h24 return xe_device_get_root_tile(xe); in __compat_uncore_to_tile()
162 return xe_device_get_root_tile(xe)->mmio.regs; in intel_uncore_regs()
/linux/drivers/gpu/drm/xe/compat-i915-headers/gem/
H A Di915_gem_stolen.h30 bo = xe_bo_create_locked_range(xe, xe_device_get_root_tile(xe), in i915_gem_stolen_insert_node_in_range()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c311 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 Dxe_bo.c198 struct xe_vm *vm = xe_migrate_get_vm(xe_device_get_root_tile(xe)->migrate); in evict_test_run_tile()