mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08:00
drm: rcar-du: Don't disable unused functions at init time
All encoders and CRTCs start disabled, re-disabling them is a no-op. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
This commit is contained in:
parent
329414c4e7
commit
0e211da8d8
@ -448,8 +448,6 @@ int rcar_du_modeset_init(struct rcar_du_device *rcdu)
|
||||
|
||||
drm_kms_helper_poll_init(dev);
|
||||
|
||||
drm_helper_disable_unused_functions(dev);
|
||||
|
||||
fbdev = drm_fbdev_cma_init(dev, 32, dev->mode_config.num_crtc,
|
||||
dev->mode_config.num_connector);
|
||||
if (IS_ERR(fbdev))
|
||||
|
Loading…
Reference in New Issue
Block a user