Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h82 #define XE_PL_VRAM0 TTM_PL_VRAM macro
83 #define XE_PL_VRAM1 (XE_PL_VRAM0 + 1)
H A Dxe_pm.c941 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in xe_pm_set_vram_threshold()
978 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in xe_pm_d3cold_allowed_toggle()
H A Dxe_dma_buf.c132 case XE_PL_VRAM0: in xe_dma_buf_map()
H A Dxe_bo.c47 [XE_PL_VRAM0] = "vram0",
92 return mem_type >= XE_PL_VRAM0 && mem_type != XE_PL_STOLEN; in mem_type_is_vram()
172 tile = &xe->tiles[mem_type == XE_PL_STOLEN ? 0 : (mem_type - XE_PL_VRAM0)]; in mem_type_to_migrate()
362 case XE_PL_VRAM0: in xe_evict_flags()
636 case XE_PL_VRAM0: in xe_ttm_io_mem_reserve()
H A Dxe_vm.c2305 XE_PL_VRAM0,
2518 XE_PL_VRAM0]; in vm_bind_ioctl_ops_create()
4506 case XE_PL_VRAM0: in xe_vm_snapshot_capture()