Re: [PATCH v2 7/9] drm/panthor: Support GPU_CONTROL cache flush based on feature bit

2025-04-05 Thread Boris Brezillon
On Thu, 20 Mar 2025 11:17:39 + Karunika Choo wrote: > As the FLUSH_MEM and FLUSH_PT commands are deprecated in GPUs from > Mali-G720 onwards, this patch adds support for performing cache > maintenance via the FLUSH_CACHES command in GPU_CONTROL, in place of > FLUSH_MEM and FLUSH_PT based on P

[PATCH v2 7/9] drm/panthor: Support GPU_CONTROL cache flush based on feature bit

2025-03-20 Thread Karunika Choo
As the FLUSH_MEM and FLUSH_PT commands are deprecated in GPUs from Mali-G720 onwards, this patch adds support for performing cache maintenance via the FLUSH_CACHES command in GPU_CONTROL, in place of FLUSH_MEM and FLUSH_PT based on PANTHOR_HW_FEATURE_GPU_CTRL_CACHE_FLUSH feature bit. Signed-off-by