Home
last modified time | relevance | path

Searched refs:XE_PL_SYSTEM (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_drm_client.c186 else if (mem_type == XE_PL_SYSTEM) in bo_meminfo()
255 for (mem_type = XE_PL_SYSTEM; mem_type < TTM_NUM_MEM_TYPES; ++mem_type) { in show_meminfo()
265 (mem_type != XE_PL_SYSTEM ? 0 : in show_meminfo()
H A Dxe_bo.c33 [XE_PL_SYSTEM] = "system",
43 .mem_type = XE_PL_SYSTEM,
62 .mem_type = XE_PL_SYSTEM,
451 case XE_PL_SYSTEM: in xe_ttm_io_mem_reserve()
567 if (new_res->mem_type == XE_PL_SYSTEM) in xe_bo_move_dmabuf()
612 u32 old_mem_type = old_mem ? old_mem->mem_type : XE_PL_SYSTEM; in xe_bo_move_notify()
655 u32 old_mem_type = old_mem ? old_mem->mem_type : XE_PL_SYSTEM; in xe_bo_move()
702 if (old_mem_type == XE_PL_SYSTEM && new_mem->mem_type == XE_PL_TT && !handle_system_ccs) { in xe_bo_move()
724 new_mem->mem_type == XE_PL_SYSTEM) { in xe_bo_move()
741 ((old_mem_type == XE_PL_SYSTEM && resource_is_vram(new_mem)) || in xe_bo_move()
[all …]
H A Dxe_bo.h58 #define XE_PL_SYSTEM TTM_PL_SYSTEM macro
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_dma_buf.c78 if (exported != imported && !xe_bo_is_mem_type(imported, XE_PL_SYSTEM)) { in check_residency()
H A Dxe_migrate.c173 if (bo->ttm.resource->mem_type == XE_PL_SYSTEM) in test_copy_vram()