Skip to content

Commit 01c29db

Browse files
committed
drm/vc4: Run default client setup for all variants.
Commit 4590362 ("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: 4590362 ("drm/vc4: Run DRM default client setup") Reviewed-by: Maíra Canal <[email protected]> Reviewed-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Dave Stevenson <[email protected]>
1 parent bd07dbb commit 01c29db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/vc4/vc4_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ const struct drm_driver vc5_drm_driver = {
238238
#endif
239239

240240
DRM_GEM_DMA_DRIVER_OPS_WITH_DUMB_CREATE(vc5_dumb_create),
241+
DRM_FBDEV_DMA_DRIVER_OPS,
241242

242243
.fops = &vc4_drm_fops,
243244

0 commit comments

Comments
 (0)