Home
last modified time | relevance | path

Searched refs:xe_bo_create_pin_map_novm (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/xe/display/
H A Dxe_hdcp_gsc.c76 bo = xe_bo_create_pin_map_novm(xe, xe_device_get_root_tile(xe), PAGE_SIZE * 2, in intel_hdcp_gsc_initialize_message()
H A Dxe_display_bo.c150 obj = xe_bo_create_pin_map_novm(xe, xe_device_get_root_tile(xe), size, in xe_display_bo_fbdev_create()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h137 struct xe_bo *xe_bo_create_pin_map_novm(struct xe_device *xe, struct xe_tile *tile,
H A Dxe_gsc.c139 bo = xe_bo_create_pin_map_novm(xe, tile, GSC_VER_PKT_SZ * 2, in query_compatibility_version()
H A Dxe_bo.c3026 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
3045 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 Dxe_oa.c911 bo = xe_bo_create_pin_map_novm(stream->oa->xe, stream->gt->tile, in xe_oa_alloc_oa_buffer()