Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.h86 #define XE_PL_VRAM0 TTM_PL_VRAM macro
87 #define XE_PL_VRAM1 (XE_PL_VRAM0 + 1)
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()
361 case XE_PL_VRAM0: in xe_evict_flags()
641 case XE_PL_VRAM0: in xe_ttm_io_mem_reserve()
H A Dxe_vm.c2315 XE_PL_VRAM0,
2528 XE_PL_VRAM0]; in vm_bind_ioctl_ops_create()
4531 case XE_PL_VRAM0: in xe_vm_snapshot_capture()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_display_bo.c102 !xe_bo_can_migrate(bo, XE_PL_VRAM0) && in xe_display_bo_framebuffer_lookup()
H A Dxe_fb_pin.c353 ret = xe_bo_migrate(bo, XE_PL_VRAM0, NULL, &exec); in __xe_pin_fb_vma()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c179 if (bo->ttm.resource->mem_type == XE_PL_VRAM0) in test_copy_vram()