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/tests/
H A 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 …]
H A Dxe_bo.c494 XE_BO_FLAG_SYSTEM); in shrink_test_run_device()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h20 #define XE_BO_FLAG_SYSTEM BIT(1) macro
28 XE_BO_FLAG_SYSTEM)
H A Dxe_guc_hwconfig.c82 XE_BO_FLAG_SYSTEM | in xe_guc_hwconfig_init()
H A Dxe_dma_buf.c220 ttm_bo_type_sg, XE_BO_FLAG_SYSTEM); in xe_dma_buf_init_obj()
H A Dxe_huc.c56 XE_BO_FLAG_SYSTEM | in huc_alloc_gsc_pkt()
H A Dxe_bo.c155 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system()
1429 if (flags & (XE_BO_FLAG_USER | XE_BO_FLAG_SYSTEM)) in __xe_bo_fixed_placement()
2057 bo_flags |= args->placement << (ffs(XE_BO_FLAG_SYSTEM) - 1); in xe_gem_create_ioctl()
2333 if (IS_DGFX(xe) && (bo->flags & XE_BO_FLAG_SYSTEM)) in xe_bo_needs_ccs_pages()
H A Dxe_gsc_proxy.c387 XE_BO_FLAG_SYSTEM | in proxy_channel_alloc()
H A Dxe_gsc.c139 XE_BO_FLAG_SYSTEM | in query_compatibility_version()
H A Dxe_ggtt.c370 flags |= XE_BO_FLAG_SYSTEM; in xe_ggtt_init()
H A Dxe_uc_fw.c793 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT | in xe_uc_fw_init()
H A Dxe_guc_ads.c419 XE_BO_FLAG_SYSTEM | in xe_guc_ads_init()
H A Dxe_guc_ct.c238 XE_BO_FLAG_SYSTEM | in xe_guc_ct_init()
H A Dxe_oa.c913 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT); in xe_oa_alloc_oa_buffer()
/linux/drivers/gpu/drm/xe/display/
H A Dintel_fbdev_fb.c88 if (!(obj->flags & XE_BO_FLAG_SYSTEM)) { in intel_fbdev_fb_fill_info()
H A Dxe_hdcp_gsc.c83 XE_BO_FLAG_SYSTEM | in intel_hdcp_gsc_initialize_message()
H A Dxe_fb_pin.c122 XE_BO_FLAG_SYSTEM | in __xe_pin_fb_vma_dpt()