Searched refs:xe_bo_create_pin_map (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/xe/display/ |
D | intel_fbdev_fb.c | 43 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()
|
D | xe_fb_pin.c | 101 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()
|
D | xe_dsb_buffer.c | 51 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_dsb_buffer_create()
|
D | xe_hdcp_gsc.c | 77 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/ |
D | xe_migrate.c | 202 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/ |
D | xe_memirq.c | 128 bo = xe_bo_create_pin_map(xe, tile, NULL, SZ_4K, in memirq_alloc_pages()
|
D | xe_bo.h | 91 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
|
D | xe_gt_sriov_pf_policy.c | 46 bo = xe_bo_create_pin_map(xe, tile, NULL, in pf_send_policy_klvs()
|
D | xe_lmtt.c | 69 bo = xe_bo_create_pin_map(lmtt_to_xe(lmtt), lmtt_to_tile(lmtt), NULL, in lmtt_pt_alloc()
|
D | xe_gsc.c | 136 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_VER_PKT_SZ * 2, in query_compatibility_version()
|
D | xe_bo.c | 1580 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()
|
D | xe_gt_sriov_pf_config.c | 81 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()
|
D | xe_lrc.c | 917 lrc->bo = xe_bo_create_pin_map(xe, tile, vm, lrc_size, in xe_lrc_init()
|
D | xe_migrate.c | 208 bo = xe_bo_create_pin_map(vm->xe, tile, vm, in xe_migrate_prepare_vm()
|
D | xe_pt.c | 115 bo = xe_bo_create_pin_map(vm->xe, tile, vm, SZ_4K, in xe_pt_create()
|
D | xe_oa.c | 852 bo = xe_bo_create_pin_map(stream->oa->xe, stream->gt->tile, NULL, in xe_oa_alloc_oa_buffer()
|