Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_GGTT (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_mem_pool.c91 XE_BO_FLAG_GGTT | in pool_shadow_init()
135 XE_BO_FLAG_GGTT | in xe_mem_pool_init()
H A Dxe_gsc.c142 XE_BO_FLAG_GGTT, false); in query_compatibility_version()
475 XE_BO_FLAG_GGTT); in xe_gsc_init_post_hwconfig()
H A Dxe_bo_evict.c200 if (bo->flags & XE_BO_FLAG_GGTT) { in xe_bo_restore_and_map_ggtt()
H A Dxe_bo.c2325 if ((flags & XE_BO_FLAG_GGTT_ALL) && !(flags & XE_BO_FLAG_GGTT)) { in xe_bo_init_locked()
2451 xe_assert(xe, !IS_SRIOV_VF(xe) || !(bo->flags & XE_BO_FLAG_GGTT)); in __xe_bo_fixed_placement()
2527 if (bo->flags & XE_BO_FLAG_GGTT) { in __xe_bo_create_locked()
2715 flags |= XE_BO_FLAG_GGTT; in xe_bo_create_pin_map_at_aligned()
2896 u32 dst_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT; in xe_managed_bo_reinit_in_vram()
3001 XE_BO_FLAG_GGTT)); in xe_bo_pin()
3016 if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) { in xe_bo_pin()
3080 if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) { in xe_bo_unpin()
H A Dxe_gsc_proxy.c425 XE_BO_FLAG_GGTT); in proxy_channel_alloc()
H A Dxe_bo.h33 #define XE_BO_FLAG_GGTT BIT(5) macro
H A Dxe_guc_log.c632 XE_BO_FLAG_GGTT | in xe_guc_log_init()
H A Dxe_eu_stall.c646 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT, SZ_64, false); in xe_eu_stall_data_buf_alloc()
H A Dxe_guc_ct.c369 XE_BO_FLAG_GGTT | in xe_guc_ct_init()
379 XE_BO_FLAG_GGTT | in xe_guc_ct_init()
H A Dxe_hw_engine.c621 XE_BO_FLAG_GGTT | in hw_engine_init()
H A Dxe_guc_ads.c401 XE_BO_FLAG_GGTT | in xe_guc_ads_init()
H A Dxe_lrc.c1631 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT | in xe_lrc_init()
1647 XE_BO_FLAG_GGTT | in xe_lrc_init()
H A Dxe_guc.c493 XE_BO_FLAG_GGTT | in guc_g2g_alloc()
H A Dxe_exec_queue.c828 XE_BO_FLAG_GGTT, false); in xe_exec_queue_group_init()
H A Dxe_oa.c887 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT, false); in xe_oa_alloc_oa_buffer()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_hdcp_gsc.c79 XE_BO_FLAG_GGTT, false); in intel_hdcp_gsc_initialize_message()