Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/display/
Dintel_fbdev_fb.c43 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_fbdev_fb_alloc()
55 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, size, in intel_fbdev_fb_alloc()
Dxe_fb_pin.c101 dpt = xe_bo_create_pin_map(xe, tile0, NULL, dpt_size, in __xe_pin_fb_vma_dpt()
107 dpt = xe_bo_create_pin_map(xe, tile0, NULL, dpt_size, in __xe_pin_fb_vma_dpt()
113 dpt = xe_bo_create_pin_map(xe, tile0, NULL, dpt_size, in __xe_pin_fb_vma_dpt()
Dxe_dsb_buffer.c51 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_dsb_buffer_create()
Dxe_hdcp_gsc.c77 bo = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, PAGE_SIZE * 2, in intel_hdcp_gsc_initialize_message()
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_migrate.c202 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()
221 tiny = xe_bo_create_pin_map(xe, tile, m->q->vm, in xe_migrate_sanity_test()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_memirq.c128 bo = xe_bo_create_pin_map(xe, tile, NULL, SZ_4K, in memirq_alloc_pages()
Dxe_bo.h91 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
Dxe_gt_sriov_pf_policy.c46 bo = xe_bo_create_pin_map(xe, tile, NULL, in pf_send_policy_klvs()
Dxe_lmtt.c69 bo = xe_bo_create_pin_map(lmtt_to_xe(lmtt), lmtt_to_tile(lmtt), NULL, in lmtt_pt_alloc()
Dxe_gsc.c136 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_VER_PKT_SZ * 2, in query_compatibility_version()
Dxe_bo.c1580 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_pin_map() function
1591 struct xe_bo *bo = xe_bo_create_pin_map(xe, tile, NULL, in xe_bo_create_from_data()
1613 bo = xe_bo_create_pin_map(xe, tile, NULL, size, ttm_bo_type_kernel, flags); in xe_managed_bo_create_pin_map()
Dxe_gt_sriov_pf_config.c81 bo = xe_bo_create_pin_map(xe, tile, NULL, in pf_send_vf_cfg_klvs()
1399 bo = xe_bo_create_pin_map(xe, tile, NULL, in pf_provision_vf_lmem()
Dxe_lrc.c917 lrc->bo = xe_bo_create_pin_map(xe, tile, vm, lrc_size, in xe_lrc_init()
Dxe_migrate.c208 bo = xe_bo_create_pin_map(vm->xe, tile, vm, in xe_migrate_prepare_vm()
Dxe_pt.c115 bo = xe_bo_create_pin_map(vm->xe, tile, vm, SZ_4K, in xe_pt_create()
Dxe_oa.c852 bo = xe_bo_create_pin_map(stream->oa->xe, stream->gt->tile, NULL, in xe_oa_alloc_oa_buffer()