Home
last modified time | relevance | path

Searched refs:xe_bo_create_pin_map (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/xe/display/
H A Dintel_fbdev_fb.c45 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_fbdev_fb_alloc()
57 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, size, in intel_fbdev_fb_alloc()
H A Dxe_dsb_buffer.c46 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_dsb_buffer_create()
H A Dxe_hdcp_gsc.c75 bo = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, PAGE_SIZE * 2, in intel_hdcp_gsc_initialize_message()
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_migration.c58 bo = xe_bo_create_pin_map(xe, tile, NULL, in pf_send_guc_save_vf_state()
94 bo = xe_bo_create_pin_map(xe, tile, NULL, in pf_send_guc_restore_vf_state()
H A Dxe_guc_engine_activity.c97 metadata_bo = xe_bo_create_pin_map(gt_to_xe(gt), tile, NULL, PAGE_ALIGN(metadata_size), in allocate_engine_activity_buffers()
104 bo = xe_bo_create_pin_map(gt_to_xe(gt), tile, NULL, PAGE_ALIGN(size), in allocate_engine_activity_buffers()
H A Dxe_pxp_submit.c57 bo = xe_bo_create_pin_map(xe, tile, NULL, SZ_4K, ttm_bo_type_kernel, in allocate_vcs_execution_resources()
110 bo = xe_bo_create_pin_map(xe, tile, vm, PXP_BB_SIZE + inout_size * 2, in allocate_gsc_client_resources()
H A Dxe_bo.h109 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
H A Dxe_gsc.c139 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_VER_PKT_SZ * 2, in query_compatibility_version()
H A Dxe_bo.c2170 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_pin_map() function
2190 bo = xe_bo_create_pin_map(xe, tile, NULL, size, ttm_bo_type_kernel, flags); in xe_managed_bo_create_pin_map()
H A Dxe_lrc.c1206 lrc->bo = xe_bo_create_pin_map(xe, tile, NULL, bo_size, in xe_lrc_init()
H A Dxe_migrate.c208 bo = xe_bo_create_pin_map(vm->xe, tile, vm, in xe_migrate_prepare_vm()
H A Dxe_pt.c126 bo = xe_bo_create_pin_map(vm->xe, tile, vm, SZ_4K, in xe_pt_create()
H A Dxe_oa.c886 bo = xe_bo_create_pin_map(stream->oa->xe, stream->gt->tile, NULL, in xe_oa_alloc_oa_buffer()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c203 big = xe_bo_create_pin_map(xe, tile, m->q->vm, SZ_4M, in xe_migrate_sanity_test()
211 pt = xe_bo_create_pin_map(xe, tile, m->q->vm, XE_PAGE_SIZE, in xe_migrate_sanity_test()
220 tiny = xe_bo_create_pin_map(xe, tile, m->q->vm, in xe_migrate_sanity_test()