Searched refs:xe_bo_create_pin_map_novm (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/xe/display/ |
| H A D | xe_hdcp_gsc.c | 76 bo = xe_bo_create_pin_map_novm(xe, xe_device_get_root_tile(xe), PAGE_SIZE * 2, in intel_hdcp_gsc_initialize_message()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_packet.c | 132 bo = xe_bo_create_pin_map_novm(data->xe, gt->tile, PAGE_ALIGN(data->hdr.size), in pkt_init()
|
| H A D | xe_bo.h | 132 struct xe_bo *xe_bo_create_pin_map_novm(struct xe_device *xe, struct xe_tile *tile,
|
| H A D | xe_gsc.c | 139 bo = xe_bo_create_pin_map_novm(xe, tile, GSC_VER_PKT_SZ * 2, in query_compatibility_version()
|
| H A D | xe_lrc.c | 1637 bo = xe_bo_create_pin_map_novm(xe, tile, bo_size, in xe_lrc_init() 1645 bo = xe_bo_create_pin_map_novm(xe, tile, PAGE_SIZE, in xe_lrc_init()
|
| H A D | xe_exec_queue.c | 823 bo = xe_bo_create_pin_map_novm(xe, tile, SZ_4K, ttm_bo_type_kernel, in xe_exec_queue_group_init()
|
| H A D | xe_bo.c | 2832 struct xe_bo *xe_bo_create_pin_map_novm(struct xe_device *xe, struct xe_tile *tile, in xe_bo_create_pin_map_novm() function 2851 bo = xe_bo_create_pin_map_novm(xe, tile, size, ttm_bo_type_kernel, flags, true); in xe_managed_bo_create_pin_map()
|
| H A D | xe_oa.c | 885 bo = xe_bo_create_pin_map_novm(stream->oa->xe, stream->gt->tile, in xe_oa_alloc_oa_buffer()
|