Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gpu.h51 int panthor_gpu_flush_caches(struct panthor_device *ptdev,
H A Dpanthor_gpu.c289 int panthor_gpu_flush_caches(struct panthor_device *ptdev, in panthor_gpu_flush_caches() function
H A Dpanthor_mmu.c595 ret = panthor_gpu_flush_caches(ptdev, l2_flush_op, lsc_flush_op, 0); in mmu_hw_do_operation_locked()
H A Dpanthor_sched.c2878 if (panthor_gpu_flush_caches(ptdev, CACHE_CLEAN, CACHE_CLEAN, 0)) in panthor_sched_suspend()