Re: [PATCH v1 3/6] drm/panfrost: Unify panfrost_mmu_enable/disable common code

2025-03-12 Thread Ariel D'Alessandro
Boris, On 3/11/25 4:51 AM, Boris Brezillon wrote: On Mon, 10 Mar 2025 16:59:18 -0300 Ariel D'Alessandro wrote: Both these functions write to MMU_AS_CONTROL register in the same way. Define a common _panfrost_mmu_as_control_write function with the shared code. Signed-off-by: Ariel D'Alessandr

Re: [PATCH v1 3/6] drm/panfrost: Unify panfrost_mmu_enable/disable common code

2025-03-11 Thread Boris Brezillon
On Mon, 10 Mar 2025 16:59:18 -0300 Ariel D'Alessandro wrote: > Both these functions write to MMU_AS_CONTROL register in the same way. > Define a common _panfrost_mmu_as_control_write function with the shared > code. > > Signed-off-by: Ariel D'Alessandro > --- > drivers/gpu/drm/panfrost/panfros