Searched refs:pvr_mmu_backing_page_sync (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c339 * pvr_mmu_backing_page_sync() - Flush a MMU backing page from the CPU to the
347 * pvr_mmu_backing_page_sync() once you're sure you have no more changes to
351 pvr_mmu_backing_page_sync(struct pvr_mmu_backing_page *page, u32 flags) function
907 * This is just a thin wrapper around pvr_mmu_backing_page_sync(), so the
918 pvr_mmu_backing_page_sync(&table->backing_page, PVR_MMU_SYNC_LEVEL_2_FLAGS);
1088 * This is just a thin wrapper around pvr_mmu_backing_page_sync(), so the
1099 pvr_mmu_backing_page_sync(&table->backing_page, PVR_MMU_SYNC_LEVEL_1_FLAGS);
1264 * This is just a thin wrapper around pvr_mmu_backing_page_sync(), so the
1276 pvr_mmu_backing_page_sync(&table->backing_page, PVR_MMU_SYNC_LEVEL_0_FLAGS);

Completed in 211 milliseconds