Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_regs.h53 #define CACHE_CLEAN BIT(0) macro
H A Dpanthor_mmu.c562 const u32 l2_flush_op = CACHE_CLEAN | CACHE_INV; in mmu_hw_do_operation_locked()
570 lsc_flush_op = CACHE_CLEAN | CACHE_INV; 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()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c564 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()