Re: [PATCH v3 5/5] drm/panfrost: Fix panfrost device variable name in devfreq

2025-05-21 Thread Steven Price
On 20/05/2025 18:44, Adrián Larumbe wrote: > Commit 64111a0e22a9 ("drm/panfrost: Fix incorrect updating of current > device frequency") was a Panfrost port of a similar fix in Panthor. > > Fix the Panfrost device pointer variable name so that it follows > Panfrost naming conventions. > > Signed-o

Re: [PATCH v3 5/5] drm/panfrost: Fix panfrost device variable name in devfreq

2025-05-20 Thread Boris Brezillon
On Tue, 20 May 2025 18:44:02 +0100 Adrián Larumbe wrote: > Commit 64111a0e22a9 ("drm/panfrost: Fix incorrect updating of current > device frequency") was a Panfrost port of a similar fix in Panthor. > > Fix the Panfrost device pointer variable name so that it follows > Panfrost naming convention

[PATCH v3 5/5] drm/panfrost: Fix panfrost device variable name in devfreq

2025-05-20 Thread Adrián Larumbe
Commit 64111a0e22a9 ("drm/panfrost: Fix incorrect updating of current device frequency") was a Panfrost port of a similar fix in Panthor. Fix the Panfrost device pointer variable name so that it follows Panfrost naming conventions. Signed-off-by: Adrián Larumbe Fixes: 64111a0e22a9 ("drm/panfrost