Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_SYSTEM (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_madvise.c538 !(bo->flags & XE_BO_FLAG_SYSTEM))) in check_bo_args_are_sane()
544 !(bo->flags & XE_BO_FLAG_SYSTEM && in check_bo_args_are_sane()
549 (!(bo->flags & XE_BO_FLAG_SYSTEM) || in check_bo_args_are_sane()
H A Dxe_bo.h23 #define XE_BO_FLAG_SYSTEM BIT(1) macro
32 XE_BO_FLAG_SYSTEM)
H A Dxe_bo.c192 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system()
1358 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS | in xe_bo_notifier_prepare_pinned()
1499 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS | in xe_bo_evict_pinned()
1938 xe_assert(xe_bo_device(bo), bo->flags & XE_BO_FLAG_SYSTEM); in xe_bo_fault_migrate()
2453 if (flags & (XE_BO_FLAG_USER | XE_BO_FLAG_SYSTEM)) in __xe_bo_fixed_placement()
3386 bo_flags |= args->placement << (ffs(XE_BO_FLAG_SYSTEM) - 1); in xe_gem_create_ioctl()
3755 if (IS_DGFX(xe) && (bo->flags & XE_BO_FLAG_SYSTEM)) in xe_bo_needs_ccs_pages()
H A Dxe_dma_buf.c305 ttm_bo_type_sg, XE_BO_FLAG_SYSTEM, &exec); in xe_dma_buf_create_obj()
H A Dxe_sriov_packet.c134 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_PINNED, false); in pkt_init()
H A Dxe_gsc_proxy.c424 XE_BO_FLAG_SYSTEM | in proxy_channel_alloc()
H A Dxe_gsc.c141 XE_BO_FLAG_SYSTEM | in query_compatibility_version()
H A Dxe_guc_log.c631 XE_BO_FLAG_SYSTEM | 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_ggtt.c546 flags |= XE_BO_FLAG_SYSTEM; in xe_ggtt_init()
H A Dxe_guc_ct.c368 XE_BO_FLAG_SYSTEM | in xe_guc_ct_init()
378 XE_BO_FLAG_SYSTEM | in xe_guc_ct_init()
H A Dxe_guc_ads.c400 XE_BO_FLAG_SYSTEM | in xe_guc_ads_init()
H A Dxe_svm.c1079 (IS_DGFX(xe) ? XE_BO_FLAG_VRAM(vr) : XE_BO_FLAG_SYSTEM) | in xe_drm_pagemap_populate_mm()
H A Dxe_lrc.c1649 XE_BO_FLAG_SYSTEM, false); in xe_lrc_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.c78 XE_BO_FLAG_SYSTEM | in intel_hdcp_gsc_initialize_message()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c497 XE_BO_FLAG_SYSTEM, NULL); in shrink_test_run_device()