/linux/drivers/gpu/drm/xe/display/ |
H A D | intel_fbdev_fb.c | 45 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 D | xe_dsb_buffer.c | 46 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 | 75 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 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_guc_engine_activity.c | 97 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 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 | 109 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
|
H A D | xe_gsc.c | 139 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_VER_PKT_SZ * 2, in query_compatibility_version()
|
H A D | xe_bo.c | 2170 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 D | xe_lrc.c | 1206 lrc->bo = xe_bo_create_pin_map(xe, tile, NULL, bo_size, 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_pt.c | 126 bo = xe_bo_create_pin_map(vm->xe, tile, vm, SZ_4K, in xe_pt_create()
|
H A D | xe_oa.c | 886 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 D | xe_migrate.c | 203 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()
|