Searched refs:xe_bo_create_pin_map (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/gpu/drm/xe/display/
H A Dintel_fbdev_fb.c43 obj = xe_bo_create_pin_map(dev_priv, xe_device_get_root_tile(dev_priv),
54 obj = xe_bo_create_pin_map(dev_priv, xe_device_get_root_tile(dev_priv), NULL, size,
H A Dxe_dsb_buffer.c45 obj = xe_bo_create_pin_map(i915, xe_device_get_root_tile(i915),
H A Dxe_fb_pin.c101 dpt = xe_bo_create_pin_map(xe, tile0, NULL, dpt_size,
107 dpt = xe_bo_create_pin_map(xe, tile0, NULL, dpt_size,
113 dpt = xe_bo_create_pin_map(xe, tile0, NULL, dpt_size,
H A Dxe_hdcp_gsc.c73 bo = xe_bo_create_pin_map(xe, xe_device_get_root_tile(xe), NULL, PAGE_SIZE * 2,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_sa.c50 bo = xe_bo_create_pin_map(xe, tile, NULL, size, ttm_bo_type_kernel,
H A Dxe_gsc.c131 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_VER_PKT_SZ * 2,
469 bo = xe_bo_create_pin_map(xe, tile, NULL, SZ_4M,
H A Dxe_huc.c58 bo = xe_bo_create_pin_map(xe, gt_to_tile(gt), NULL,
H A Dxe_bo.h91 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile,
H A Dxe_gt_sriov_pf_policy.c46 bo = xe_bo_create_pin_map(xe, tile, NULL,
H A Dxe_memirq.c128 bo = xe_bo_create_pin_map(xe, tile, NULL, SZ_4K,
H A Dxe_gsc_proxy.c411 bo = xe_bo_create_pin_map(xe, tile, NULL, GSC_PROXY_CHANNEL_SIZE,
H A Dxe_lmtt.c69 bo = xe_bo_create_pin_map(lmtt_to_xe(lmtt), lmtt_to_tile(lmtt), NULL,
H A Dxe_bo.c1511 struct xe_bo *xe_bo_create_pin_map(struct xe_device *xe, struct xe_tile *tile, function
1522 struct xe_bo *bo = xe_bo_create_pin_map(xe, tile, NULL,
1544 bo = xe_bo_create_pin_map(xe, tile, NULL, size, ttm_bo_type_kernel, flags);
H A Dxe_gt_sriov_pf_config.c79 bo = xe_bo_create_pin_map(xe, tile, NULL,
1376 bo = xe_bo_create_pin_map(xe, tile, NULL,
H A Dxe_lrc.c742 lrc->bo = xe_bo_create_pin_map(xe, tile, vm,
H A Dxe_pt.c110 bo = xe_bo_create_pin_map(vm->xe, tile, vm, SZ_4K,
H A Dxe_migrate.c156 bo = xe_bo_create_pin_map(vm->xe, tile, vm,
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c282 big = xe_bo_create_pin_map(xe, tile, m->q->vm, SZ_4M,
291 pt = xe_bo_create_pin_map(xe, tile, m->q->vm, XE_PAGE_SIZE,
301 tiny = xe_bo_create_pin_map(xe, tile, m->q->vm,

Completed in 243 milliseconds