Searched refs:XE_PL_VRAM0 (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_res_cursor.h | 82 case XE_PL_VRAM0: in xe_res_first() 202 case XE_PL_VRAM0: in xe_res_next()
|
H A D | xe_debugfs.c | 212 for (mem_type = XE_PL_VRAM0; mem_type <= XE_PL_VRAM1; ++mem_type) { in xe_debugfs_register() 218 snprintf(name, sizeof(name), "vram%d_mm", mem_type - XE_PL_VRAM0); in xe_debugfs_register()
|
H A D | xe_bo.h | 60 #define XE_PL_VRAM0 TTM_PL_VRAM macro 61 #define XE_PL_VRAM1 (XE_PL_VRAM0 + 1)
|
H A D | xe_pm.c | 688 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in xe_pm_set_vram_threshold() 725 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in xe_pm_d3cold_allowed_toggle()
|
H A D | xe_bo.c | 35 [XE_PL_VRAM0] = "vram0", 74 return mem_type >= XE_PL_VRAM0 && mem_type != XE_PL_STOLEN; in mem_type_is_vram() 138 tile = &xe->tiles[mem_type == XE_PL_STOLEN ? 0 : (mem_type - XE_PL_VRAM0)]; in mem_type_to_migrate() 202 add_vram(xe, bo, bo->placements, bo_flags, XE_PL_VRAM0, c); in try_add_vram() 269 case XE_PL_VRAM0: in xe_evict_flags() 454 case XE_PL_VRAM0: in xe_ttm_io_mem_reserve() 1446 place->mem_type = XE_PL_VRAM0; in __xe_bo_fixed_placement()
|
H A D | xe_ttm_vram_mgr.c | 366 return __xe_ttm_vram_mgr_init(xe, mgr, XE_PL_VRAM0 + tile->id, in xe_ttm_vram_mgr_init() 378 struct xe_tile *tile = &xe->tiles[res->mem_type - XE_PL_VRAM0]; in xe_ttm_vram_mgr_alloc_sgt()
|
H A D | xe_dma_buf.c | 123 case XE_PL_VRAM0: in xe_dma_buf_map()
|
H A D | xe_query.c | 233 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) in calc_mem_regions_size() 275 for (i = XE_PL_VRAM0; i <= XE_PL_VRAM1; ++i) { in query_mem_regions()
|
H A D | xe_gt_pagefault.c | 115 err = xe_bo_migrate(bo, XE_PL_VRAM0 + id); in xe_pf_begin()
|
H A D | xe_vm.c | 1838 XE_PL_VRAM0,
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_dma_buf.c | 39 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()
|
H A D | xe_migrate.c | 176 if (bo->ttm.resource->mem_type == XE_PL_VRAM0) in test_copy_vram()
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | intel_fb_bo.c | 84 !xe_bo_can_migrate(bo, XE_PL_VRAM0) && in intel_fb_bo_lookup_valid_bo()
|
H A D | xe_fb_pin.c | 316 ret = xe_bo_migrate(bo, XE_PL_VRAM0); in __xe_pin_fb_vma()
|