Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_madvise.c552 !(bo->flags & XE_BO_FLAG_SYSTEM))) in check_bo_args_are_sane()
558 !(bo->flags & XE_BO_FLAG_SYSTEM && in check_bo_args_are_sane()
563 (!(bo->flags & XE_BO_FLAG_SYSTEM) || in check_bo_args_are_sane()
H A Dxe_bo.h26 #define XE_BO_FLAG_SYSTEM BIT(1) macro
35 XE_BO_FLAG_SYSTEM)
H A Dxe_bo.c179 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system()
1382 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS | in xe_bo_notifier_prepare_pinned()
1523 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS | in xe_bo_evict_pinned()
1964 xe_assert(xe_bo_device(bo), bo->flags & XE_BO_FLAG_SYSTEM); in xe_bo_fault_migrate()
2501 if (flags & (XE_BO_FLAG_USER | XE_BO_FLAG_SYSTEM)) in __xe_bo_fixed_placement()
3580 bo_flags |= args->placement << (ffs(XE_BO_FLAG_SYSTEM) - 1); in xe_gem_create_ioctl()
3951 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, dma_buf, &exec); in xe_dma_buf_create_obj()
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_guc_ads.c435 XE_BO_FLAG_SYSTEM | in xe_guc_ads_init()
H A Dxe_svm.c1099 (IS_DGFX(xe) ? XE_BO_FLAG_VRAM(vr) : XE_BO_FLAG_SYSTEM) | in xe_drm_pagemap_populate_mm()
H A Dxe_oa.c908 XE_BO_FLAG_SYSTEM; 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()
H A Dxe_display_bo.c175 if (!(obj->flags & XE_BO_FLAG_SYSTEM)) { in xe_display_bo_fbdev_fill_info()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c168 test_copy(m, bo, test, XE_BO_FLAG_SYSTEM, exec); in test_copy_sysmem()
647 XE_BO_FLAG_SYSTEM | in validate_ccs_test_run_tile()