Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_res_cursor.h105 case XE_PL_VRAM0: in xe_res_first()
292 case XE_PL_VRAM0: in xe_res_next()
347 case XE_PL_VRAM0: in xe_res_is_vram()
A Dxe_ttm_vram_mgr.c316 const char *name = mem_type == XE_PL_VRAM0 ? "vram0" : "vram1"; in __xe_ttm_vram_mgr_init()
345 return __xe_ttm_vram_mgr_init(xe, mgr, XE_PL_VRAM0 + tile->id, in xe_ttm_vram_mgr_init()
357 struct xe_tile *tile = &xe->tiles[res->mem_type - XE_PL_VRAM0]; in xe_ttm_vram_mgr_alloc_sgt()
A Dxe_debugfs.c273 for (mem_type = XE_PL_VRAM0; mem_type <= XE_PL_VRAM1; ++mem_type) { in xe_debugfs_register()
279 snprintf(name, sizeof(name), "vram%d_mm", mem_type - XE_PL_VRAM0); in xe_debugfs_register()
A Dxe_bo.h76 #define XE_PL_VRAM0 TTM_PL_VRAM macro
77 #define XE_PL_VRAM1 (XE_PL_VRAM0 + 1)
A Dxe_pm.c778 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in xe_pm_set_vram_threshold()
815 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in xe_pm_d3cold_allowed_toggle()
A Dxe_bo.c43 [XE_PL_VRAM0] = "vram0",
84 return mem_type >= XE_PL_VRAM0 && mem_type != XE_PL_STOLEN; in mem_type_is_vram()
164 tile = &xe->tiles[mem_type == XE_PL_STOLEN ? 0 : (mem_type - XE_PL_VRAM0)]; in mem_type_to_migrate()
245 add_vram(xe, bo, bo->placements, bo_flags, XE_PL_VRAM0, c); in try_add_vram()
326 case XE_PL_VRAM0: in xe_evict_flags()
586 case XE_PL_VRAM0: in xe_ttm_io_mem_reserve()
1970 place->mem_type = XE_PL_VRAM0; in __xe_bo_fixed_placement()
A Dxe_dma_buf.c123 case XE_PL_VRAM0: in xe_dma_buf_map()
A Dxe_query.c239 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) in calc_mem_regions_size()
281 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in query_mem_regions()
A Dxe_gt_pagefault.c94 err = xe_bo_migrate(bo, XE_PL_VRAM0 + id); in xe_pf_begin()
A Dxe_vm.c2203 XE_PL_VRAM0,
2915 tile = &vm->xe->tiles[region_to_mem_type[region] - XE_PL_VRAM0]; in prefetch_ranges()
/drivers/gpu/drm/xe/tests/
A Dxe_dma_buf.c39 mem_type = XE_PL_VRAM0; in check_residency()
118 if (!ttm_manager_type(&xe->ttm, XE_PL_VRAM0) && in xe_test_dmabuf_import_same_driver()
A Dxe_migrate.c177 if (bo->ttm.resource->mem_type == XE_PL_VRAM0) in test_copy_vram()
/drivers/gpu/drm/xe/display/
A Dintel_fb_bo.c85 !xe_bo_can_migrate(bo, XE_PL_VRAM0) && in intel_fb_bo_lookup_valid_bo()
A Dxe_fb_pin.c315 ret = xe_bo_migrate(bo, XE_PL_VRAM0); in __xe_pin_fb_vma()

Completed in 38 milliseconds