Searched refs:CACHE_CLEAN (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_regs.h | 53 #define CACHE_CLEAN BIT(0) macro
|
| H A D | panthor_mmu.c | 584 ret = panthor_gpu_flush_caches(ptdev, CACHE_CLEAN | CACHE_INV, in panthor_mmu_as_disable() 585 CACHE_CLEAN | CACHE_INV, CACHE_INV); in panthor_mmu_as_disable() 1672 ret = panthor_gpu_flush_caches(ptdev, CACHE_CLEAN | CACHE_INV, in panthor_vm_unlock_region() 1673 CACHE_CLEAN | CACHE_INV, in panthor_vm_unlock_region()
|
| H A D | panthor_sched.c | 2895 if (panthor_gpu_flush_caches(ptdev, CACHE_CLEAN, CACHE_CLEAN, 0)) in panthor_sched_suspend()
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu.c | 564 OUT_RING(ring, CACHE_CLEAN | BIT(27)); in a7xx_submit() 587 OUT_RING(ring, CACHE_CLEAN | CP_EVENT_WRITE_0_IRQ | BIT(27)); in a7xx_submit()
|