Lines Matching full:encode
260 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
318 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
489 gen8_pte_t encode = pte_encode; in xehpsdv_ppgtt_insert_huge() local
501 encode |= GEN8_PDE_PS_2M; in xehpsdv_ppgtt_insert_huge()
506 if (encode & GEN12_PPGTT_PTE_LM) { in xehpsdv_ppgtt_insert_huge()
532 vaddr[index++] = encode | iter->dma; in xehpsdv_ppgtt_insert_huge()
575 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
586 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
609 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
668 encode = vm->scratch[0]->encode; in gen8_ppgtt_insert_huge()
672 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge()
801 vm->scratch[0]->encode = in gen8_init_scratch()
820 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch()
821 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_NONE); in gen8_init_scratch()
858 fill_px(pde, vm->scratch[1]->encode); in gen8_preallocate_top_level_pdp()
891 fill_page_dma(px_base(pd), vm->scratch[vm->top]->encode, count); in gen8_alloc_top_pd()