Searched refs:XE_BO_FLAG_SYSTEM (Results 1 – 24 of 24) sorted by relevance
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_dma_buf.c | 47 (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 …]
|
| A D | xe_migrate.c | 166 test_copy(m, bo, test, XE_BO_FLAG_SYSTEM); in test_copy_sysmem() 643 XE_BO_FLAG_SYSTEM | in validate_ccs_test_run_tile()
|
| A D | xe_bo.c | 500 XE_BO_FLAG_SYSTEM); in shrink_test_run_device()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_bo.h | 20 #define XE_BO_FLAG_SYSTEM BIT(1) macro 28 XE_BO_FLAG_SYSTEM)
|
| A D | xe_gt_sriov_pf_migration.c | 61 XE_BO_FLAG_SYSTEM | in pf_send_guc_save_vf_state() 97 XE_BO_FLAG_SYSTEM | in pf_send_guc_restore_vf_state()
|
| A D | xe_guc_hwconfig.c | 82 XE_BO_FLAG_SYSTEM | in xe_guc_hwconfig_init()
|
| A D | xe_pxp_submit.c | 58 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_PINNED | XE_BO_FLAG_GGTT); in allocate_vcs_execution_resources() 112 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_PINNED | XE_BO_FLAG_NEEDS_UC); in allocate_gsc_client_resources()
|
| A D | xe_dma_buf.c | 217 ttm_bo_type_sg, XE_BO_FLAG_SYSTEM); in xe_dma_buf_init_obj()
|
| A D | xe_guc_log.c | 261 XE_BO_FLAG_SYSTEM | in xe_guc_log_init()
|
| A D | xe_huc.c | 56 XE_BO_FLAG_SYSTEM | in huc_alloc_gsc_pkt()
|
| A D | xe_bo.c | 184 if (bo_flags & XE_BO_FLAG_SYSTEM) { in try_add_system() 1144 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS | in xe_bo_notifier_prepare_pinned() 1223 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_NEEDS_CPU_ACCESS | in xe_bo_evict_pinned() 1961 if (flags & (XE_BO_FLAG_USER | XE_BO_FLAG_SYSTEM)) in __xe_bo_fixed_placement() 2690 bo_flags |= args->placement << (ffs(XE_BO_FLAG_SYSTEM) - 1); in xe_gem_create_ioctl() 2995 if (IS_DGFX(xe) && (bo->flags & XE_BO_FLAG_SYSTEM)) in xe_bo_needs_ccs_pages()
|
| A D | xe_memirq.c | 181 XE_BO_FLAG_SYSTEM | in memirq_alloc_pages()
|
| A D | xe_guc_engine_activity.c | 98 ttm_bo_type_kernel, XE_BO_FLAG_SYSTEM | in allocate_engine_activity_buffers()
|
| A D | xe_gsc_proxy.c | 424 XE_BO_FLAG_SYSTEM | in proxy_channel_alloc()
|
| A D | xe_gsc.c | 141 XE_BO_FLAG_SYSTEM | in query_compatibility_version()
|
| A D | xe_ggtt.c | 414 flags |= XE_BO_FLAG_SYSTEM; in xe_ggtt_init()
|
| A D | xe_eu_stall.c | 622 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT, SZ_64); in xe_eu_stall_data_buf_alloc()
|
| A D | xe_guc_ads.c | 421 XE_BO_FLAG_SYSTEM | in xe_guc_ads_init()
|
| A D | xe_uc_fw.c | 833 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT | in xe_uc_fw_init()
|
| A D | xe_guc_ct.c | 263 XE_BO_FLAG_SYSTEM | in xe_guc_ct_init()
|
| A D | xe_oa.c | 888 XE_BO_FLAG_SYSTEM | XE_BO_FLAG_GGTT); in xe_oa_alloc_oa_buffer()
|
| /drivers/gpu/drm/xe/display/ |
| A D | intel_fbdev_fb.c | 93 if (!(obj->flags & XE_BO_FLAG_SYSTEM)) { in intel_fbdev_fb_fill_info()
|
| A D | xe_hdcp_gsc.c | 77 XE_BO_FLAG_SYSTEM | in intel_hdcp_gsc_initialize_message()
|
| A D | xe_fb_pin.c | 123 XE_BO_FLAG_SYSTEM | in __xe_pin_fb_vma_dpt()
|
Completed in 714 milliseconds