Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_ggtt.c264 u64 scratch_pte; in xe_ggtt_clear() local
269 scratch_pte = xe_bo_addr(ggtt->scratch, 0, XE_PAGE_SIZE) | in xe_ggtt_clear()
273 scratch_pte = 0; in xe_ggtt_clear()
276 ggtt->pt_ops->ggtt_set_pte(ggtt, start, scratch_pte); in xe_ggtt_clear()