Home
last modified time | relevance | path

Searched refs:pvr_mmu_backing_page_sync (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c345 * pvr_mmu_backing_page_sync() - Flush a MMU backing page from the CPU to the
353 * pvr_mmu_backing_page_sync() once you're sure you have no more changes to
357 pvr_mmu_backing_page_sync(struct pvr_mmu_backing_page *page, u32 flags) in pvr_mmu_backing_page_sync() function
913 * This is just a thin wrapper around pvr_mmu_backing_page_sync(), so the
924 pvr_mmu_backing_page_sync(&table->backing_page, PVR_MMU_SYNC_LEVEL_2_FLAGS); in pvr_page_table_l2_sync()
1094 * This is just a thin wrapper around pvr_mmu_backing_page_sync(), so the
1105 pvr_mmu_backing_page_sync(&table->backing_page, PVR_MMU_SYNC_LEVEL_1_FLAGS); in pvr_page_table_l1_sync()
1270 * This is just a thin wrapper around pvr_mmu_backing_page_sync(), so the
1282 pvr_mmu_backing_page_sync(&table->backing_page, PVR_MMU_SYNC_LEVEL_0_FLAGS); in pvr_page_table_l0_sync()