Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_dma_buf.c47 (params->mem_mask & XE_BO_FLAG_SYSTEM)) in check_residency()
97 if (params->mem_mask & XE_BO_FLAG_SYSTEM) in check_residency()
152 !(params->mem_mask & XE_BO_FLAG_SYSTEM)) { in xe_test_dmabuf_import_same_driver()
165 !(params->mem_mask & XE_BO_FLAG_SYSTEM)) in xe_test_dmabuf_import_same_driver()
184 (params->mem_mask & XE_BO_FLAG_SYSTEM)) { in xe_test_dmabuf_import_same_driver()
223 {.mem_mask = XE_BO_FLAG_SYSTEM,
225 {.mem_mask = XE_BO_FLAG_SYSTEM,
229 {.mem_mask = XE_BO_FLAG_SYSTEM,
231 {.mem_mask = XE_BO_FLAG_SYSTEM,
235 {.mem_mask = XE_BO_FLAG_SYSTEM},
[all …]
Dxe_migrate.c165 test_copy(m, bo, test, XE_BO_FLAG_SYSTEM); in test_copy_sysmem()
645 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS); in validate_ccs_test_run_tile()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_log.c87 XE_BO_FLAG_SYSTEM | in xe_guc_log_init()
Dxe_bo.h20 #define XE_BO_FLAG_SYSTEM BIT(1) macro
28 XE_BO_FLAG_SYSTEM)
Dxe_guc_hwconfig.c82 XE_BO_FLAG_SYSTEM | in xe_guc_hwconfig_init()
Dxe_dma_buf.c220 ttm_bo_type_sg, XE_BO_FLAG_SYSTEM); in xe_dma_buf_init_obj()
Dxe_huc.c56 XE_BO_FLAG_SYSTEM | in huc_alloc_gsc_pkt()
Dxe_memirq.c130 XE_BO_FLAG_SYSTEM | in memirq_alloc_pages()
Dxe_bo.c155 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system()
1399 if (flags & (XE_BO_FLAG_USER | XE_BO_FLAG_SYSTEM)) in __xe_bo_fixed_placement()
2010 bo_flags |= args->placement << (ffs(XE_BO_FLAG_SYSTEM) - 1); in xe_gem_create_ioctl()
2286 if (IS_DGFX(xe) && (bo->flags & XE_BO_FLAG_SYSTEM)) in xe_bo_needs_ccs_pages()
Dxe_gsc_proxy.c387 XE_BO_FLAG_SYSTEM | in proxy_channel_alloc()
Dxe_gsc.c138 XE_BO_FLAG_SYSTEM | in query_compatibility_version()
Dxe_ggtt.c366 flags |= XE_BO_FLAG_SYSTEM; in xe_ggtt_init()
Dxe_guc_ads.c411 XE_BO_FLAG_SYSTEM | in xe_guc_ads_init()
Dxe_uc_fw.c792 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT | in xe_uc_fw_init()
Dxe_guc_ct.c196 XE_BO_FLAG_SYSTEM | in xe_guc_ct_init()
Dxe_oa.c854 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT); in xe_oa_alloc_oa_buffer()
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dintel_fbdev_fb.c86 if (!(obj->flags & XE_BO_FLAG_SYSTEM)) { in intel_fbdev_fb_fill_info()
Dxe_hdcp_gsc.c79 XE_BO_FLAG_SYSTEM | in intel_hdcp_gsc_initialize_message()
Dxe_fb_pin.c115 XE_BO_FLAG_SYSTEM | in __xe_pin_fb_vma_dpt()