Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_GGTT (Results 1 – 13 of 13) 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.c2354 if ((flags & XE_BO_FLAG_GGTT_ALL) && !(flags & XE_BO_FLAG_GGTT)) { in xe_bo_init_locked()
2499 xe_assert(xe, !IS_SRIOV_VF(xe) || !(bo->flags & XE_BO_FLAG_GGTT)); in __xe_bo_fixed_placement()
2575 if (bo->flags & XE_BO_FLAG_GGTT) { in __xe_bo_create_locked()
2909 flags |= XE_BO_FLAG_GGTT; in xe_bo_create_pin_map_at_aligned()
3090 u32 dst_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT; in xe_managed_bo_reinit_in_vram()
3195 XE_BO_FLAG_GGTT)); in xe_bo_pin()
3210 if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) { in xe_bo_pin()
3274 if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) { in xe_bo_unpin()
H A Dxe_guc_ads.c436 XE_BO_FLAG_GGTT | in xe_guc_ads_init()
459 XE_BO_FLAG_GGTT | in xe_guc_ads_init()
H A Dxe_gsc_proxy.c425 XE_BO_FLAG_GGTT); in proxy_channel_alloc()
H A Dxe_bo.h36 #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_hw_engine.c702 XE_BO_FLAG_GGTT | in hw_engine_init()
H A Dxe_oa.c913 vram | 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()
H A Dxe_display_bo.c154 XE_BO_FLAG_GGTT, in xe_display_bo_fbdev_create()
H A Dxe_fb_pin.c171 XE_BO_FLAG_GGTT | in __xe_pin_fb_vma_dpt()