Home
last modified time | relevance | path

Searched refs:XE_PL_VRAM1 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_pm.c686 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in xe_pm_set_vram_threshold()
723 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in xe_pm_d3cold_allowed_toggle()
H A Dxe_bo_evict.c41 for (mem_type = XE_PL_VRAM0; mem_type <= XE_PL_VRAM1; ++mem_type) { in xe_bo_evict_all()
H A Dxe_dma_buf.c124 case XE_PL_VRAM1: in xe_dma_buf_map()
H A Dxe_bo.c36 [XE_PL_VRAM1] = "vram1",
204 add_vram(xe, bo, bo->placements, bo_flags, XE_PL_VRAM1, c); in try_add_vram()
270 case XE_PL_VRAM1: in xe_evict_flags()
453 case XE_PL_VRAM1: { in xe_ttm_io_mem_reserve()
1404 place->mem_type = XE_PL_VRAM1; in __xe_bo_fixed_placement()
H A Dxe_bo.h61 #define XE_PL_VRAM1 (XE_PL_VRAM0 + 1) macro
H A Dxe_vm.c1843 XE_PL_VRAM1,