Home
last modified time | relevance | path

Searched refs:xe_managed_bo_create_pin_map (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_sa.c60 bo = xe_managed_bo_create_pin_map(xe, tile, size, in __xe_sa_bo_manager_init()
H A Dxe_guc_hwconfig.c81 bo = xe_managed_bo_create_pin_map(xe, tile, PAGE_ALIGN(size), in xe_guc_hwconfig_init()
H A Dxe_guc_log.c260 bo = xe_managed_bo_create_pin_map(xe, tile, guc_log_size(), in xe_guc_log_init()
H A Dxe_huc.c54 bo = xe_managed_bo_create_pin_map(xe, gt_to_tile(gt), in huc_alloc_gsc_pkt()
H A Dxe_memirq.c180 bo = xe_managed_bo_create_pin_map(xe, tile, bo_size, in memirq_alloc_pages()
H A Dxe_bo.h121 struct xe_bo *xe_managed_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
H A Dxe_gsc_proxy.c422 bo = xe_managed_bo_create_pin_map(xe, tile, GSC_PROXY_CHANNEL_SIZE, in proxy_channel_alloc()
H A Dxe_gsc.c476 bo = xe_managed_bo_create_pin_map(xe, tile, SZ_4M, in xe_gsc_init_post_hwconfig()
H A Dxe_ggtt.c374 ggtt->scratch = xe_managed_bo_create_pin_map(xe, ggtt->tile, XE_PAGE_SIZE, flags); in xe_ggtt_init()
H A Dxe_bo.c2002 struct xe_bo *xe_managed_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile, in xe_managed_bo_create_pin_map() function
2008 KUNIT_STATIC_STUB_REDIRECT(xe_managed_bo_create_pin_map, xe, tile, size, flags); in xe_managed_bo_create_pin_map()
2024 struct xe_bo *bo = xe_managed_bo_create_pin_map(xe, tile, ALIGN(size, PAGE_SIZE), flags); in xe_managed_bo_create_from_data()
H A Dxe_guc_pc.c1170 bo = xe_managed_bo_create_pin_map(xe, tile, size, in xe_guc_pc_init()
H A Dxe_hw_engine.c609 hwe->hwsp = xe_managed_bo_create_pin_map(xe, tile, SZ_4K, in hw_engine_init()
H A Dxe_guc_ads.c414 bo = xe_managed_bo_create_pin_map(xe, tile, guc_ads_size(ads) + MAX_GOLDEN_LRC_SIZE, in xe_guc_ads_init()
H A Dxe_guc.c482 bo = xe_managed_bo_create_pin_map(xe, tile, g2g_size, in guc_g2g_alloc()
H A Dxe_guc_ct.c238 bo = xe_managed_bo_create_pin_map(xe, tile, guc_ct_size(), in xe_guc_ct_init()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_guc_buf_kunit.c73 kunit_activate_static_stub(test, xe_managed_bo_create_pin_map, in guc_buf_test_init()