Lines Matching full:encode
247 vm->scratch[0]->encode, in __gen8_ppgtt_clear()
306 fill_px(pt, vm->scratch[lvl]->encode); in __gen8_ppgtt_alloc()
473 gen8_pte_t encode = pte_encode; in gen8_ppgtt_insert_huge() local
484 encode |= GEN8_PDE_PS_2M; in gen8_ppgtt_insert_huge()
507 vaddr[index++] = encode | iter->dma; in gen8_ppgtt_insert_huge()
565 encode = vma->vm->scratch[0]->encode; in gen8_ppgtt_insert_huge()
569 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge()
651 vm->scratch[0]->encode = in gen8_init_scratch()
668 fill_px(obj, vm->scratch[i - 1]->encode); in gen8_init_scratch()
669 obj->encode = gen8_pde_encode(px_dma(obj), I915_CACHE_LLC); in gen8_init_scratch()
705 fill_px(pde, vm->scratch[1]->encode); in gen8_preallocate_top_level_pdp()
738 fill_page_dma(px_base(pd), vm->scratch[vm->top]->encode, count); in gen8_alloc_top_pd()