Re: [PATCH 1/2] drm/vc4: Run default client setup for all variants.

2024-10-21 Thread Dave Stevenson
Hi Maxime & Thomas. Sorry, I'm still learning the processes. This patch and the 3 from https://patchwork.freedesktop.org/series/139716/ are in drm-misc-next, but they are fixes needed for 6.12. Am I right in thinking I need to "dim cherry-pick" them to drm-misc-fixes so they get merged there? Th

Re: [PATCH 1/2] drm/vc4: Run default client setup for all variants.

2024-10-09 Thread Dave Stevenson
On Wed, 9 Oct 2024 at 12:02, Maíra Canal wrote: > > Hi Dave, > > On 10/2/24 12:06, Dave Stevenson wrote: > > Commit 45903624e9fc ("drm/vc4: Run DRM default client setup") > > only added DRM_FBDEV_DMA_DRIVER_OPS for the vc4 (Pi0-3) driver > > definition, which caused an issue on vc5 (Pi4) as there

Re: [PATCH 1/2] drm/vc4: Run default client setup for all variants.

2024-10-09 Thread Maíra Canal
Hi Dave, On 10/2/24 12:06, Dave Stevenson wrote: Commit 45903624e9fc ("drm/vc4: Run DRM default client setup") only added DRM_FBDEV_DMA_DRIVER_OPS for the vc4 (Pi0-3) driver definition, which caused an issue on vc5 (Pi4) as there was no fbdev_probe function defined. Fixes: 45903624e9fc ("drm/vc

[PATCH 1/2] drm/vc4: Run default client setup for all variants.

2024-10-02 Thread Dave Stevenson
Commit 45903624e9fc ("drm/vc4: Run DRM default client setup") only added DRM_FBDEV_DMA_DRIVER_OPS for the vc4 (Pi0-3) driver definition, which caused an issue on vc5 (Pi4) as there was no fbdev_probe function defined. Fixes: 45903624e9fc ("drm/vc4: Run DRM default client setup") Signed-off-by: Dav