Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_regs.h53 #define CACHE_CLEAN BIT(0) macro
H A Dpanthor_mmu.c599 ret = panthor_gpu_flush_caches(ptdev, CACHE_CLEAN | CACHE_INV, in panthor_mmu_as_disable()
600 CACHE_CLEAN | CACHE_INV, CACHE_INV); in panthor_mmu_as_disable()
1701 ret = panthor_gpu_flush_caches(ptdev, CACHE_CLEAN | CACHE_INV, in panthor_vm_unlock_region()
1702 CACHE_CLEAN | CACHE_INV, in panthor_vm_unlock_region()
H A Dpanthor_sched.c2895 if (panthor_gpu_flush_caches(ptdev, CACHE_CLEAN, CACHE_CLEAN, 0)) in panthor_sched_suspend()