Home
last modified time | relevance | path

Searched refs:XE_BO_FLAG_VRAM_IF_DGFX (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_mem_pool.c90 XE_BO_FLAG_VRAM_IF_DGFX(tile) | in pool_shadow_init()
134 XE_BO_FLAG_VRAM_IF_DGFX(tile) | in xe_mem_pool_init()
H A Dxe_bo.h30 #define XE_BO_FLAG_VRAM_IF_DGFX(tile) (IS_DGFX(tile_to_xe(tile)) ? \ macro
H A Dxe_ggtt.c548 flags |= XE_BO_FLAG_VRAM_IF_DGFX(ggtt->tile); in xe_ggtt_init()
H A Dxe_hw_engine.c620 XE_BO_FLAG_VRAM_IF_DGFX(tile) | in hw_engine_init()
H A Dxe_guc.c492 XE_BO_FLAG_VRAM_IF_DGFX(tile) | in guc_g2g_alloc()
H A Dxe_exec_queue.c824 XE_BO_FLAG_VRAM_IF_DGFX(tile) | in xe_exec_queue_group_init()
H A Dxe_bo.c2896 u32 dst_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT; in xe_managed_bo_reinit_in_vram()
3877 XE_BO_FLAG_VRAM_IF_DGFX(xe_device_get_root_tile(xe)) | in xe_bo_dumb_create()
H A Dxe_lrc.c1631 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | XE_BO_FLAG_GGTT | in xe_lrc_init()
H A Dxe_pt.c121 bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile) | in xe_pt_create()
H A Dxe_migrate.c207 XE_BO_FLAG_VRAM_IF_DGFX(tile) | in xe_migrate_pt_bo_alloc()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c135 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in ccs_test_run_tile()
210 unsigned int bo_flags = XE_BO_FLAG_VRAM_IF_DGFX(tile); in evict_test_run_tile()