Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c804 bool is_purged = false; in xe_pt_stage_bind() local
815 is_purged = true; in xe_pt_stage_bind()
863 xe_walk.dma_offset = (bo && !is_purged) ? vram_region_gpu_offset(bo->ttm.resource) : 0; in xe_pt_stage_bind()
867 if (!xe_vma_is_null(vma) && !range && !is_purged) { in xe_pt_stage_bind()