Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/gpu/drm/xe/display/
H A Dintel_fbdev_fb.c48 XE_BO_FLAG_GGTT | XE_BO_FLAG_PINNED); in intel_fbdev_fb_alloc()
59 XE_BO_FLAG_GGTT | XE_BO_FLAG_PINNED); in intel_fbdev_fb_alloc()
H A Dxe_dsb_buffer.c56 XE_BO_FLAG_SCANOUT | XE_BO_FLAG_GGTT); in intel_dsb_buffer_create()
H A Dxe_fb_pin.c109 XE_BO_FLAG_GGTT | in __xe_pin_fb_vma_dpt()
117 XE_BO_FLAG_GGTT | in __xe_pin_fb_vma_dpt()
125 XE_BO_FLAG_GGTT | in __xe_pin_fb_vma_dpt()
H A Dxe_hdcp_gsc.c84 XE_BO_FLAG_GGTT); in intel_hdcp_gsc_initialize_message()
H A Dxe_plane_initial.c86 flags = XE_BO_FLAG_PINNED | XE_BO_FLAG_SCANOUT | XE_BO_FLAG_GGTT; in initial_plane_bo()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_sa.c62 XE_BO_FLAG_GGTT | in __xe_sa_bo_manager_init()
H A Dxe_guc_engine_activity.c73 XE_BO_FLAG_GGTT | XE_BO_FLAG_GGTT_INVALIDATE); in allocate_engine_activity_buffers()
80 XE_BO_FLAG_GGTT | XE_BO_FLAG_GGTT_INVALIDATE); in allocate_engine_activity_buffers()
H A Dxe_gt_sriov_pf_migration.c62 XE_BO_FLAG_GGTT | in pf_send_guc_save_vf_state()
98 XE_BO_FLAG_GGTT | in pf_send_guc_restore_vf_state()
H A Dxe_guc_hwconfig.c83 XE_BO_FLAG_GGTT | in xe_guc_hwconfig_init()
H A Dxe_bo_evict.c154 if (bo->flags & XE_BO_FLAG_GGTT) { in xe_bo_restore_kernel()
H A Dxe_bo.c196 return bo_flags & (XE_BO_FLAG_PINNED | XE_BO_FLAG_GGTT); in force_contiguous()
1652 if ((flags & XE_BO_FLAG_GGTT_ALL) && !(flags & XE_BO_FLAG_GGTT)) in ___xe_bo_create_locked()
1844 if (bo->flags & XE_BO_FLAG_GGTT) { in __xe_bo_create_locked()
1947 flags |= XE_BO_FLAG_GGTT; in xe_bo_create_pin_map_at_aligned()
2050 u32 dst_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT; in xe_managed_bo_reinit_in_vram()
2137 XE_BO_FLAG_GGTT)); in xe_bo_pin()
2168 if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) { in xe_bo_pin()
2229 if (mem_type_is_vram(place->mem_type) || bo->flags & XE_BO_FLAG_GGTT) { in xe_bo_unpin()
H A Dxe_gsc.c140 XE_BO_FLAG_GGTT); in query_compatibility_version()
478 XE_BO_FLAG_GGTT); in xe_gsc_init_post_hwconfig()
H A Dxe_guc_log.c262 XE_BO_FLAG_GGTT | in xe_guc_log_init()
H A Dxe_huc.c57 XE_BO_FLAG_GGTT); in huc_alloc_gsc_pkt()
H A Dxe_ttm_stolen_mgr.c310 if (drm_WARN_ON(&xe->drm, !(bo->flags & XE_BO_FLAG_GGTT))) in __xe_ttm_stolen_io_mem_reserve_stolen()
H A Dxe_memirq.c182 XE_BO_FLAG_GGTT | in memirq_alloc_pages()
H A Dxe_bo.h29 #define XE_BO_FLAG_GGTT BIT(5) macro
H A Dxe_guc_ads.c416 XE_BO_FLAG_GGTT | in xe_guc_ads_init()
1022 XE_BO_FLAG_GGTT); in xe_guc_ads_scheduler_policy_toggle_reset()
H A Dxe_gsc_proxy.c424 XE_BO_FLAG_GGTT); in proxy_channel_alloc()
H A Dxe_pxp_submit.c58 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_PINNED | XE_BO_FLAG_GGTT); in allocate_vcs_execution_resources()
H A Dxe_eu_stall.c620 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT, SZ_64); in xe_eu_stall_data_buf_alloc()
H A Dxe_guc_pc.c1172 XE_BO_FLAG_GGTT | in xe_guc_pc_init()
H A Dxe_hw_engine.c611 XE_BO_FLAG_GGTT | in hw_engine_init()
H A Dxe_uc_fw.c793 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT | in xe_uc_fw_init()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_guc_buf_kunit.c38 if (flags & XE_BO_FLAG_GGTT) { in replacement_xe_managed_bo_create_pin_map()

12