Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_ggtt.c166 u64 scratch_pte; in xe_ggtt_clear() local
171 scratch_pte = xe_bo_addr(ggtt->scratch, 0, XE_PAGE_SIZE) | in xe_ggtt_clear()
175 scratch_pte = 0; in xe_ggtt_clear()
178 ggtt->pt_ops->ggtt_set_pte(ggtt, start, scratch_pte); in xe_ggtt_clear()
/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.c79 const gen6_pte_t scratch_pte = vm->scratch[0]->encode; in gen6_ppgtt_clear_range() local
104 memset32(vaddr + pte, scratch_pte, count); in gen6_ppgtt_clear_range()