| /linux-6.15/drivers/gpu/drm/xe/display/ |
| H A D | intel_fbdev_fb.c | 44 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_fbdev_fb_alloc() 56 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, size, in intel_fbdev_fb_alloc()
|
| H A D | xe_dsb_buffer.c | 52 obj = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), in intel_dsb_buffer_create()
|
| H A D | xe_hdcp_gsc.c | 81 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.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_engine_activity.c | 71 metadata_bo = xe_bo_create_pin_map(gt_to_xe(gt), tile, NULL, PAGE_ALIGN(metadata_size), in allocate_engine_activity_buffers() 78 bo = xe_bo_create_pin_map(gt_to_xe(gt), tile, NULL, PAGE_ALIGN(size), in allocate_engine_activity_buffers()
|
| H A D | xe_gt_sriov_pf_migration.c | 58 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 D | xe_pxp_submit.c | 57 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 D | xe_bo.h | 106 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
|
| H A D | xe_lmtt.c | 69 bo = xe_bo_create_pin_map(lmtt_to_xe(lmtt), lmtt_to_tile(lmtt), NULL, in lmtt_pt_alloc()
|
| H A D | xe_gsc.c | 137 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_VER_PKT_SZ * 2, in query_compatibility_version()
|
| H A D | xe_bo.c | 1975 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_pin_map() function 1986 struct xe_bo *bo = xe_bo_create_pin_map(xe, tile, NULL, in xe_bo_create_from_data() 2010 bo = xe_bo_create_pin_map(xe, tile, NULL, size, ttm_bo_type_kernel, flags); in xe_managed_bo_create_pin_map()
|
| H A D | xe_lrc.c | 1005 lrc->bo = xe_bo_create_pin_map(xe, tile, vm, lrc_size, in xe_lrc_init() 1011 lrc->bb_per_ctx_bo = xe_bo_create_pin_map(xe, tile, NULL, SZ_4K, in xe_lrc_init()
|
| H A D | xe_migrate.c | 208 bo = xe_bo_create_pin_map(vm->xe, tile, vm, in xe_migrate_prepare_vm()
|
| H A D | xe_gt_sriov_pf_config.c | 1447 bo = xe_bo_create_pin_map(xe, tile, NULL, in pf_provision_vf_lmem()
|
| H A D | xe_pt.c | 119 bo = xe_bo_create_pin_map(vm->xe, tile, vm, SZ_4K, in xe_pt_create()
|
| H A D | xe_oa.c | 875 bo = xe_bo_create_pin_map(stream->oa->xe, stream->gt->tile, NULL, in xe_oa_alloc_oa_buffer()
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_migrate.c | 203 big = xe_bo_create_pin_map(xe, tile, m->q->vm, SZ_4M, in xe_migrate_sanity_test() 212 pt = xe_bo_create_pin_map(xe, tile, m->q->vm, XE_PAGE_SIZE, in xe_migrate_sanity_test() 222 tiny = xe_bo_create_pin_map(xe, tile, m->q->vm, in xe_migrate_sanity_test()
|