Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_log.c86 bo = xe_managed_bo_create_pin_map(xe, tile, guc_log_size(), in xe_guc_log_init()
H A Dxe_sa.c49 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_huc.c54 bo = xe_managed_bo_create_pin_map(xe, gt_to_tile(gt), in huc_alloc_gsc_pkt()
H A Dxe_bo.h100 struct xe_bo *xe_managed_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
H A Dxe_gsc_proxy.c386 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.c370 ggtt->scratch = xe_managed_bo_create_pin_map(xe, ggtt->tile, XE_PAGE_SIZE, flags); in xe_ggtt_init()
H A Dxe_guc_pc.c1074 bo = xe_managed_bo_create_pin_map(xe, tile, size, in xe_guc_pc_init()
H A Dxe_guc_ads.c410 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_bo.c1600 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 Dxe_hw_engine.c551 hwe->hwsp = xe_managed_bo_create_pin_map(xe, tile, SZ_4K, in hw_engine_init()
H A Dxe_guc_ct.c195 bo = xe_managed_bo_create_pin_map(xe, tile, guc_ct_size(), in xe_guc_ct_init()