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

2025-07-21 Thread Karunika Choo
On 23/06/2025 11:23, Steven Price wrote: > On 02/06/2025 15:32, Karunika Choo wrote: >> As the FLUSH_MEM and FLUSH_PT commands are deprecated in GPUs from >> Mali-Gx20 onwards, this patch adds support for performing cache >> maintenance via the FLUSH_CACHES command in GPU_CONTROL, in place of > >

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

2025-07-21 Thread Karunika Choo
On 11/06/2025 00:42, Chia-I Wu wrote: > On Mon, Jun 2, 2025 at 7:42 AM Karunika Choo wrote: >> >> As the FLUSH_MEM and FLUSH_PT commands are deprecated in GPUs from >> Mali-Gx20 onwards, this patch adds support for performing cache >> maintenance via the FLUSH_CACHES command in GPU_CONTROL, in pla

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

2025-06-23 Thread Steven Price
On 02/06/2025 15:32, Karunika Choo wrote: > As the FLUSH_MEM and FLUSH_PT commands are deprecated in GPUs from > Mali-Gx20 onwards, this patch adds support for performing cache > maintenance via the FLUSH_CACHES command in GPU_CONTROL, in place of NIT: s/GPU_CONTROL/GPU_COMMAND/ (also in the subje

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

2025-06-10 Thread Chia-I Wu
On Mon, Jun 2, 2025 at 7:42 AM Karunika Choo wrote: > > As the FLUSH_MEM and FLUSH_PT commands are deprecated in GPUs from > Mali-Gx20 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 PANT

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

2025-06-02 Thread Karunika Choo
As the FLUSH_MEM and FLUSH_PT commands are deprecated in GPUs from Mali-Gx20 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. This patch al