Searched refs:xe_managed_bo_create_pin_map (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_log.c | 86 bo = xe_managed_bo_create_pin_map(xe, tile, guc_log_size(), in xe_guc_log_init()
|
H A D | xe_sa.c | 49 bo = xe_managed_bo_create_pin_map(xe, tile, size, in xe_sa_bo_manager_init()
|
H A D | xe_guc_hwconfig.c | 81 bo = xe_managed_bo_create_pin_map(xe, tile, PAGE_ALIGN(size), in xe_guc_hwconfig_init()
|
H A D | xe_huc.c | 54 bo = xe_managed_bo_create_pin_map(xe, gt_to_tile(gt), in huc_alloc_gsc_pkt()
|
H A D | xe_bo.h | 100 struct xe_bo *xe_managed_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
|
H A D | xe_gsc_proxy.c | 386 bo = xe_managed_bo_create_pin_map(xe, tile, GSC_PROXY_CHANNEL_SIZE, in proxy_channel_alloc()
|
H A D | xe_gsc.c | 476 bo = xe_managed_bo_create_pin_map(xe, tile, SZ_4M, in xe_gsc_init_post_hwconfig()
|
H A D | xe_ggtt.c | 370 ggtt->scratch = xe_managed_bo_create_pin_map(xe, ggtt->tile, XE_PAGE_SIZE, flags); in xe_ggtt_init()
|
H A D | xe_guc_pc.c | 1074 bo = xe_managed_bo_create_pin_map(xe, tile, size, in xe_guc_pc_init()
|
H A D | xe_guc_ads.c | 410 bo = xe_managed_bo_create_pin_map(xe, tile, guc_ads_size(ads) + MAX_GOLDEN_LRC_SIZE, in xe_guc_ads_init()
|
H A D | xe_bo.c | 1600 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 1620 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 D | xe_hw_engine.c | 551 hwe->hwsp = xe_managed_bo_create_pin_map(xe, tile, SZ_4K, in hw_engine_init()
|
H A D | xe_guc_ct.c | 195 bo = xe_managed_bo_create_pin_map(xe, tile, guc_ct_size(), in xe_guc_ct_init()
|