Symbol: xe_bo_create_pin_map_novm
drivers/gpu/drm/xe/display/intel_fbdev_fb.c
34
obj = xe_bo_create_pin_map_novm(xe, xe_device_get_root_tile(xe),
drivers/gpu/drm/xe/display/intel_fbdev_fb.c
46
obj = xe_bo_create_pin_map_novm(xe, xe_device_get_root_tile(xe), size,
drivers/gpu/drm/xe/display/xe_dsb_buffer.c
51
obj = xe_bo_create_pin_map_novm(xe, xe_device_get_root_tile(xe),
drivers/gpu/drm/xe/display/xe_hdcp_gsc.c
68
bo = xe_bo_create_pin_map_novm(xe, xe_device_get_root_tile(xe), PAGE_SIZE * 2,
drivers/gpu/drm/xe/xe_bo.c
2676
bo = xe_bo_create_pin_map_novm(xe, tile, size, ttm_bo_type_kernel, flags, true);
drivers/gpu/drm/xe/xe_bo.h
110
struct xe_bo *xe_bo_create_pin_map_novm(struct xe_device *xe, struct xe_tile *tile,
drivers/gpu/drm/xe/xe_exec_queue.c
687
bo = xe_bo_create_pin_map_novm(xe, tile, SZ_4K, ttm_bo_type_kernel,
drivers/gpu/drm/xe/xe_gsc.c
139
bo = xe_bo_create_pin_map_novm(xe, tile, GSC_VER_PKT_SZ * 2,
drivers/gpu/drm/xe/xe_guc_engine_activity.c
105
bo = xe_bo_create_pin_map_novm(gt_to_xe(gt), tile, PAGE_ALIGN(size),
drivers/gpu/drm/xe/xe_guc_engine_activity.c
97
metadata_bo = xe_bo_create_pin_map_novm(gt_to_xe(gt), tile, PAGE_ALIGN(metadata_size),
drivers/gpu/drm/xe/xe_lmtt.c
73
bo = xe_bo_create_pin_map_novm(lmtt_to_xe(lmtt), lmtt_to_tile(lmtt),
drivers/gpu/drm/xe/xe_lrc.c
1471
lrc->bo = xe_bo_create_pin_map_novm(xe, tile,
drivers/gpu/drm/xe/xe_oa.c
887
bo = xe_bo_create_pin_map_novm(stream->oa->xe, stream->gt->tile,
drivers/gpu/drm/xe/xe_pxp_submit.c
57
bo = xe_bo_create_pin_map_novm(xe, tile, SZ_4K, ttm_bo_type_kernel,
drivers/gpu/drm/xe/xe_sriov_packet.c
132
bo = xe_bo_create_pin_map_novm(data->xe, gt->tile, PAGE_ALIGN(data->hdr.size),