Lines Matching full:encode
242 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
305 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
426 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
437 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
460 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
517 encode = vma->vm->scratch[0]->encode; in gen8_ppgtt_insert_huge()
521 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge()
581 vm->scratch[0]->encode = in gen8_init_scratch()
598 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch()
599 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_LLC); in gen8_init_scratch()
636 fill_px(pde, vm->scratch[1]->encode); in gen8_preallocate_top_level_pdp()
669 fill_page_dma(px_base(pd), vm->scratch[vm->top]->encode, count); in gen8_alloc_top_pd()