Lines Matching defs:gpu
89 static void etnaviv_iommuv1_restore(struct etnaviv_gpu *gpu,
95 if (gpu->mmu_context)
96 etnaviv_iommu_context_put(gpu->mmu_context);
97 gpu->mmu_context = etnaviv_iommu_context_get(context);
100 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_RA, context->global->memory_base);
101 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_FE, context->global->memory_base);
102 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_TX, context->global->memory_base);
103 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_PEZ, context->global->memory_base);
104 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_PE, context->global->memory_base);
109 gpu_write(gpu, VIVS_MC_MMU_FE_PAGE_TABLE, pgtable);
110 gpu_write(gpu, VIVS_MC_MMU_TX_PAGE_TABLE, pgtable);
111 gpu_write(gpu, VIVS_MC_MMU_PE_PAGE_TABLE, pgtable);
112 gpu_write(gpu, VIVS_MC_MMU_PEZ_PAGE_TABLE, pgtable);
113 gpu_write(gpu, VIVS_MC_MMU_RA_PAGE_TABLE, pgtable);