drivers/gpu/drm/openchrome/via_fb.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 10063557ca40646cc060b03ad9fdb095612cfbe7
Author: Kevin Brace <kevinbr...@gmx.com>
Date:   Thu Aug 24 08:28:35 2017 -0700

    Restoring the call to drm_helper_disable_unused_functions()
    
    Commit dec626a7182ab230fafaa526af7fcbb8afe78cf7 inadvertently
    removed the call to drm_helper_disable_unused_functions() inside
    via_fbdev_init function.
    
    Signed-off-by: Kevin Brace <kevinbr...@gmx.com>

diff --git a/drivers/gpu/drm/openchrome/via_fb.c 
b/drivers/gpu/drm/openchrome/via_fb.c
index ef68cd20ecb0..d62ce6b5081f 100644
--- a/drivers/gpu/drm/openchrome/via_fb.c
+++ b/drivers/gpu/drm/openchrome/via_fb.c
@@ -1225,6 +1225,7 @@ int via_fbdev_init(struct drm_device *dev)
                goto free_fb_helper;
        }
 
+       drm_helper_disable_unused_functions(dev);
        ret = drm_fb_helper_initial_config(&via_fbdev->helper, bpp_sel);
        if (ret) {
                goto free_fb_helper;
_______________________________________________
Openchrome-devel mailing list
Openchrome-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/openchrome-devel

Reply via email to