Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_res_cursor.h83 case XE_PL_VRAM1: { in xe_res_first()
203 case XE_PL_VRAM1: in xe_res_next()
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()
Dxe_bo_evict.c38 for (mem_type = XE_PL_TT; mem_type <= XE_PL_VRAM1; ++mem_type) { in xe_bo_evict_all()
Dxe_debugfs.c193 for (mem_type = XE_PL_VRAM0; mem_type <= XE_PL_VRAM1; ++mem_type) { in xe_debugfs_register()
Dxe_query.c240 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) in calc_mem_regions_size()
282 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in query_mem_regions()
Dxe_dma_buf.c124 case XE_PL_VRAM1: in xe_dma_buf_map()
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()
1411 place->mem_type = XE_PL_VRAM1; in __xe_bo_fixed_placement()
Dxe_bo.h61 #define XE_PL_VRAM1 (XE_PL_VRAM0 + 1) macro
Dxe_vm.c1839 XE_PL_VRAM1,