Re: [PATCH] drm/v3d: Add clock handling

2025-02-12 Thread Maíra Canal
Hi Stefan, On 10/02/25 10:27, Stefan Wahren wrote: Hi Maíra, Am 10.02.25 um 13:23 schrieb Maíra Canal: Hi Stefan, Thanks for your patch! On 01/02/25 09:50, Stefan Wahren wrote: Since the initial commit 57692c94dcbe ("drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+") the struct v3

Re: [PATCH] drm/v3d: Add clock handling

2025-02-10 Thread Stefan Wahren
Hi Maíra, Am 10.02.25 um 13:23 schrieb Maíra Canal: Hi Stefan, Thanks for your patch! On 01/02/25 09:50, Stefan Wahren wrote: Since the initial commit 57692c94dcbe ("drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+") the struct v3d_dev reserved a pointer for an optional V3D clock. B

Re: [PATCH] drm/v3d: Add clock handling

2025-02-10 Thread Maíra Canal
Hi Stefan, Thanks for your patch! On 01/02/25 09:50, Stefan Wahren wrote: Since the initial commit 57692c94dcbe ("drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+") the struct v3d_dev reserved a pointer for an optional V3D clock. But there wasn't any code, which fetched it. So add the

[PATCH] drm/v3d: Add clock handling

2025-02-01 Thread Stefan Wahren
Since the initial commit 57692c94dcbe ("drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+") the struct v3d_dev reserved a pointer for an optional V3D clock. But there wasn't any code, which fetched it. So add the missing clock handling before accessing any V3D registers. Signed-off-by: St